旋转图像中的脸部

发布于 2025-01-06 14:15:33 字数 138 浏览 1 评论 0原文

我有一个问题,当我用平板电脑拍照时,我使用 opencv 来检测人脸并识别人脸。所以我会尝试旋转脸部,以便使眼睛和嘴巴处于相同的位置,例如全部具有相同的水平角度。
您能给我推荐一些 OpenCv 函数或一些有用的链接吗?
提前致谢。
马可

I have a problem, when i take a photo with my tablet, i use opencv for detecting a face and recognition a face. So i would try to rotate the face in order to have for example the eyes and mounth in the same position for example all with the same horizontal angle.
Can you suggest me some OpenCv functions or some useful links for do this?
Thanks in advance.
Marco

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

这样的小城市 2025-01-13 14:15:33

我认为 opencv 重新映射教程可能会有所帮助
http://opencv.itseez.com/doc/tutorials/imgproc/imgtrans/ remap/remap.html#remap


完整答案:

用它来定位眼睛cascade_classifier
现在,当您每只眼睛都有一个点时,请建立直线方程并使用简单的三角学来找到角度。当你有角度时 - 使用重新映射来旋转,甚至更好地使用这个 扭曲仿射

I think the opencv remapping tutorial might help
http://opencv.itseez.com/doc/tutorials/imgproc/imgtrans/remap/remap.html#remap


Full answer:

Use this to locate the eyes cascade_classifier
now when you have a point for each eye - build the line equation and use simple trigonometry to find the angle. when you have the angle - use the remap to rotate or even better use this warp_affine

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文