关于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
相关文章
相关标签/搜索