opencv使用stitching实现全景拼接

项目中须要使用opencv实现图像的全景拼接,网上找的许多本身实现的算法,最后发现opencv自带的有stitching.hpp能够进行实现,还能使用GPU进行加速,如下是代码:ios #include <fstream> #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching.hpp" #include <ios
相关文章
相关标签/搜索