调整大小和裁剪按坐标加权的图像的工作流程
我正在研究调整大小和裁剪工作流程,以允许调整图像大小,然后裁剪到特定大小。通常,我们会调整最小尺寸以适合目标尺寸,然后裁剪以获得例如。一个正方形。
然而,在这种情况下,我有一些额外的面部检测数据:face_x、face_y、face_width 和face_height。脸部的 X 和 Y 坐标是原始图片中脸部开始的左上角点。
我希望裁剪区域以脸部为中心,而不是图像的中心。
有哪位聪明人可以帮助我吗?谢谢!
I'm working on a resize and crop workflow to allow images to be resized and then cropped to a specific size. Normally one resize the smallest dimension to fit the destination size, and then crop to get eg. a square.
However, in this case, I have some additional face-detection data: face_x, face_y and face_width and face_height. The X and Y coordinates of the face is top-left point in the original picture of where the face starts.
I want the cropped area to be centered at the face instead of in the center of the image.
Any smart minds out there who can help me out? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
人脸的中心是
如果你想让图像最后是(w,h),那么左上角是
The center of the face is
If you want the image to be (w, h) at the end, then the upper left is