學習c++版opencv3.4之21-霍夫直線檢測

霍夫變換用來直線,圓等檢測,使用的前提條件是邊緣檢測(如canny,sobel等)已經完成。ios #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; Mat src, dst; int main(){ Mat src1;
相關文章
相關標籤/搜索