openCV实现Hough变换直线检测

转自:http://www.javashuo.com/article/p-arkxekuw-gk.htmlweb #include<cv.h> #include <highgui.h> #include <math.h> int main(void) { IplImage *src = cvLoadImage("D:\\xgmiao\\image\\1.jpg",0); if (src)
相关文章
相关标签/搜索