OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
fast_line_detector.hpp 檔案參考
#include <opencv2/core.hpp>
fast_line_detector.hpp 的包含依賴關係圖
此圖顯示了直接或間接包含此檔案的檔案

類  cv::ximgproc::FastLineDetector
 實現 FLD(快速線檢測器)演算法的類,該演算法在 [158] 中描述。 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  virtual cv::ximgproc::FastLineDetector::~FastLineDetector
 

函式

Ptr< FastLineDetectorcv::ximgproc::createFastLineDetector (int length_threshold=10, float distance_threshold=1.414213562f, double canny_th1=50.0, double canny_th2=50.0, int canny_aperture_size=3, bool do_merge=false)
 建立一個指向 FastLineDetector 物件的智慧指標並對其進行初始化。