OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
fast_line_detector.hpp ファイル
#include <opencv2/core.hpp>
Include dependency graph for fast_line_detector.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::ximgproc::FastLineDetector
 [160] で説明されている FLD(Fast Line Detector)アルゴリズムを実装したクラス。 詳細...
 

名前空間

namespace  cv
 
namespace  cv::ximgproc
 

関数

Ptr< FastLineDetectorcv::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 オブジェクトへのスマートポインタを生成し、初期化する。