![]() |
OpenCV 4.12.0
開源計算機視覺
|
#include <opencv2/core.hpp>類 | |
| 類 | cv::ximgproc::FastLineDetector |
| 實現 FLD(快速線檢測器)演算法的類,該演算法在 [158] 中描述。 更多... | |
名稱空間 | |
| 名稱空間 | cv |
| 名稱空間 | virtual cv::ximgproc::FastLineDetector::~FastLineDetector |
函式 | |
| Ptr< FastLineDetector > | cv::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 物件的智慧指標並對其進行初始化。 | |