🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
◆ createFastLineDetector()
| 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 ) |
| Python: |
|---|
| cv.ximgproc.createFastLineDetector( | [, length_threshold[, distance_threshold[, canny_th1[, canny_th2[, canny_aperture_size[, do_merge]]]]]] | ) -> | retval |