![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::FastLineDetector |
| [160] で説明されている FLD(Fast Line Detector)アルゴリズムを実装したクラス。 詳細... | |
名前空間 | |
| namespace | cv |
| namespace | cv::ximgproc |
関数 | |
| 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 オブジェクトへのスマートポインタを生成し、初期化する。 | |