OpenCV中Hough变换参数详解
cvHoughLines2说明: 此函数是opencv图像变换函数中的一个,主要用来访问霍夫变换的两个算法———标准霍夫变换(SHT)和累计概率霍夫变换(PPHT)。函数原型: CvSeq* cvHonghLines2( CvArr* image, void* line_storage, int mehtod, double rho, double theta, int threshold, double param1 =0, doub...