如何对齐2D图像的列表?
我有一系列不同尺寸的2D灰度图像(它们是同一个人的剪影)。我希望能够将它们对齐,以便所有图像的大小相同。
我想使用的转换仅是:缩放和翻译。我正在尝试将OPENCV与cv2.estimaterigidtransform
一起使用,但它也引入了旋转。
I have a series of 2D, grayscale images of different sizes (they are extracted silhouettes of the same person). I would like to be able to align them all, so that all images are the same size.
The transformations I would like to use are only: scaling, and translation. I'm trying to use OpenCV with cv2.estimateRigidTransform
, but it also introduces rotations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论