關於opencv提取ORB特徵時 cannot declare variable ‘orb’ to be of abstract type ‘cv::ORB問題

opencv3.0直接使用 ORB orb時,會提示 cannot declare variable ‘orb’ to be of abstract type ‘cv::ORB,這裏的主要問題在於,ORB裏面沒有構造方法,只有一個靜態的create。具體代碼你們能夠參考opencv\sources\samples\gpu\performance\test.cpp文件,具體能夠參考這篇博文。html
相關文章
相關標籤/搜索