有没有 C/C++用于反扭曲图像的库?
我所拥有的是从天花板拍摄的照片,提供了“径向扭曲”/椭圆形图像。我需要将其扭曲并使其成为常规的矩形图像。我如何使用 C/C++ 以编程方式执行此操作?
What I have is a picture taken from the ceiling providing a "radially distorted"/elliptical image. I need to unwarp it and make it a regular rectangular image. How would I do this programmatically using C/C++?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多应用程序使用 PanoTools 来实现此目的。我相信这也可以通过 OpenCV 来完成。
A lot of applications use PanoTools for this. I believe this can also be done with OpenCV.