文件名称:Opencv 特征点提取 代码
文件大小:2KB
文件格式:RAR
更新时间:2020-12-20 15:06:18
Opencv
Feature::Feature(const string& detectType, const string& extractType, const string& matchType) { assert(!detectType.empty()); assert(!extractType.empty()); assert(!matchType.empty()); m_detectType = detectType; m_extractType = extractType; m_matchType = matchType; initModule_nonfree(); }
【文件预览】:
LocalFeature.cpp
LocalFeature.h
main.txt