Opencv 特征点提取 代码
Feature::Feature(conststring&detectType,conststring&extractType,conststring&matchType){assert(!detectType.empty());assert(!extractType.empty());assert(!matchType.empty());m_detectType=detectType;m_extractType=extractType;m_matchType=matchType;initModule
下载地址
用户评论