opencv+hough直線檢測+fitline直線擬合

#include <iostream> #include <opencv2/highgui/highgui.hpp> #include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> using namespace std; using namespace cv; /*函數功能:求兩條直線交點*/ /*輸入:兩條V
相關文章
相關標籤/搜索