OpenCV:角点检测

<span style="font-size:14px;">#include <stdio.h> #include <opencv\cv.h> #include <opencv\highgui.h> #define max_corners 100 int main(int argc, char** argv){ int cornerCount = max_corners; C
相关文章
相关标签/搜索