C++ 中图像序列的全局运动估计
我需要找到一个 C++ 库来找到医学图像超分辨率项目的全局运动估计。但我不知道其中任何一个。有谁知道可以帮助我做到这一点的图书馆?我听说过 OpenCV 但没有找到任何东西,也许我没有找到正确的东西。
谢谢。
I need to find a C++ library to find the global movement estimation for a project of super resolution of medical images. But I'm not aware of any of them. Does anyone know a library that could help me do this? I've heard of OpenCV but haven't found anything, maybe I wasn't looking at the right thing.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来是一个很好的起点:
http://www.cvpapers.com/rr.html
尽管我很惊讶在列表中没有看到 VXL:
http://vxl.sourceforge.net
玩得开心!
This looks like a good starting point:
http://www.cvpapers.com/rr.html
although I'm surprised to not see VXL on the list:
http://vxl.sourceforge.net
Have fun!