🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
線分検出アルゴリズムの基底クラス。: 詳細...
#include <opencv2/cudaimgproc.hpp>
◆ detect()
確率的ハフ変換を用いて二値画像中の線分を検出する。
- 引数
-
| src | 8ビット、シングルチャンネルの2値入力画像。 |
| lines | 直線の出力ベクトル。各直線は4要素のベクトル \((x_1, y_1, x_2, y_2)\) で表現され、\((x_1,y_1)\) と \((x_2, y_2)\) は検出された各線分の端点である。 |
| stream | 非同期版のための Stream。 |
- 参照
- HoughLinesP
◆ getMaxLineGap()
| virtual int cv::cuda::HoughSegmentDetector::getMaxLineGap |
( |
| ) |
const |
|
pure virtual |
◆ getMaxLines()
| virtual int cv::cuda::HoughSegmentDetector::getMaxLines |
( |
| ) |
const |
|
pure virtual |
◆ getMinLineLength()
| virtual int cv::cuda::HoughSegmentDetector::getMinLineLength |
( |
| ) |
const |
|
pure virtual |
◆ getRho()
| virtual float cv::cuda::HoughSegmentDetector::getRho |
( |
| ) |
const |
|
pure virtual |
◆ getTheta()
| virtual float cv::cuda::HoughSegmentDetector::getTheta |
( |
| ) |
const |
|
pure virtual |
◆ getThreshold()
| virtual int cv::cuda::HoughSegmentDetector::getThreshold |
( |
| ) |
const |
|
pure virtual |
◆ setMaxLineGap()
| virtual void cv::cuda::HoughSegmentDetector::setMaxLineGap |
( |
int | maxLineGap | ) |
|
|
pure virtual |
◆ setMaxLines()
| virtual void cv::cuda::HoughSegmentDetector::setMaxLines |
( |
int | maxLines | ) |
|
|
pure virtual |
◆ setMinLineLength()
| virtual void cv::cuda::HoughSegmentDetector::setMinLineLength |
( |
int | minLineLength | ) |
|
|
pure virtual |
◆ setRho()
| virtual void cv::cuda::HoughSegmentDetector::setRho |
( |
float | rho | ) |
|
|
pure virtual |
◆ setTheta()
| virtual void cv::cuda::HoughSegmentDetector::setTheta |
( |
float | theta | ) |
|
|
pure virtual |
◆ setThreshold()
| virtual void cv::cuda::HoughSegmentDetector::setThreshold |
( |
int | threshold | ) |
|
|
pure virtual |
このクラス詳解は次のファイルから抽出されました: