opencv 特征点检测(一)角点检测, harris角点,shi-Tomasi角点,亚像素角点提取

本章内容: 1. harris角点检测 2. shi-Tomasi角点检测 3. 亚像素角点提取   1.Harris 角点检测 输出结果: 边缘检测后角点检测 输出结果 2. STH-Tomas角点检测 输出结果 3.亚像素角点 输出结果 源码 #include <ostream> #include <opencv.hpp> #include <math.h> int main(int argc
相关文章
相关标签/搜索