直接用霍夫直线检测,效果差; 通过图像形态学操作来寻找直线,霍夫获取位置信息与显示。 #include #include using namespace std; using namespace cv; Mat src,temp_ROI,dst; int threshold_value = 128; void DetectLine(int,void*);//Hough直线检测函数 void MorphShapes_Hough(int, void*);//形态学+Hough直线检测 int main(int argc, char** argv) { src = imread(../path