摘要:
1 #include 2 #include 3 #include 4 5 using namespace cv; 6 using namespace std; 7 8 int max_count = 255; 9 int threshold_value = 100; 10 const char* output_lines = "Hough Lines"; 11... 阅读全文
posted @ 2018-10-04 10:13
一抹烟霞
阅读(329)
评论(0)
推荐(0)
摘要:
这里采用第一种方法 待处理得图 阅读全文
posted @ 2018-10-04 00:10
一抹烟霞
阅读(572)
评论(0)
推荐(0)