OpenCV 4.5.3(日本語機械翻訳)
|
クラス |
|
class | cv::ximgproc::FastLineDetector |
で説明されている FLD (Fast Line Detector) アルゴリズムを実装したクラス。[Lee14]..[【詳解】(英語]
|
|
関数 |
|
CV_EXPORTS_W 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オブジェクトを作成し、それを初期化します。[【詳解】(英語]
|
|
CV_EXPORTS_W 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オブジェクトを作成し、それを初期化します。