opencv使用stitching實現全景拼接

項目中須要使用opencv實現圖像的全景拼接,網上找的許多本身實現的算法,最後發現opencv自帶的有stitching.hpp能夠進行實現,還能使用GPU進行加速,如下是代碼:ios #include <fstream> #include "opencv2/highgui/highgui.hpp" #include "opencv2/stitching.hpp" #include <ios
相關文章
相關標籤/搜索