人脸检测边界框问题
我开发了一个人脸检测 Android 应用程序,它能够检测人脸,并在检测到人脸时在人脸周围绘制边界框。但现在我想知道是否可以获取边界框的坐标(x 和 y 轴)或任何确定边界框坐标的方法。你们中有人对此有什么建议吗?提前致谢。
I have developed a face-detection android application which is able to detect faces and draw a bounding box around the person's face when the face is being detected. But for now I was wondering if it is possible to get the coordinates (x and y axis) of the bounding box or any methods to determine the coordinates of the bounding box. Does anyone of you have any suggestions on this? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在转发一个包含人脸检测器 J2me 代码的 url。
您可以在 J2me & 上检查逻辑。在Android上实现同样的方法。
希望这篇文章可以帮助我们获得边界框的坐标。
https://labs.ericsson.com/apis/face-detector/documentation
请回复以获取任何说明。
I am forwarding an url which contains the J2me code for Face Detector.
You can check the logic on J2me & implement the same on Android.
Hopefully the article helps us to get the co-ordinate for the Bounding box .
https://labs.ericsson.com/apis/face-detector/documentation
Kindly revert for any clarifications.