![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>クラス | |
| class | cv::ximgproc::FastLineDetector |
| [161] で説明されている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 オブジェクトへのスマートポインタを生成し、初期化する。 | |