【OpenCV学习】角点检测

#include <stdio.h> #include "cv.h" #include "highgui.h" #define MAX_CORNERS 100 int main(void) { int cornersCount=MAX_CORNERS;//得到的角点数目 CvPoint2D32f corners[MAX_CORNERS];//输出角点集合 IplImage *srcImage
相关文章
相关标签/搜索