1. 首页
  2. 编程语言
  3. C++ 
  4. Opencv 特征点提取 代码

Opencv 特征点提取 代码

上传者: 2019-05-28 02:15:12上传 RAR文件 1.68KB 热度 37次
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
用户评论