线段检测算法的基类。: 更多…
#include <opencv2/cudaimgproc.hpp>
◆ detect()
使用概率霍夫变换查找二值图像中的线段。
- 参数
-
src | 8 位,单通道二值源图像。 |
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 |
|
纯虚函数 |
◆ getMaxLines()
virtual int cv::cuda::HoughSegmentDetector::getMaxLines |
( |
| ) |
const |
|
纯虚函数 |
◆ getMinLineLength()
virtual int cv::cuda::HoughSegmentDetector::getMinLineLength |
( |
| ) |
const |
|
纯虚函数 |
◆ getRho()
virtual float cv::cuda::HoughSegmentDetector::getRho |
( |
| ) |
const |
|
纯虚函数 |
◆ getTheta()
virtual float cv::cuda::HoughSegmentDetector::getTheta |
( |
| ) |
const |
|
纯虚函数 |
◆ getThreshold()
virtual int cv::cuda::HoughSegmentDetector::getThreshold |
( |
| ) |
const |
|
纯虚函数 |
◆ setMaxLineGap()
virtual void cv::cuda::HoughSegmentDetector::setMaxLineGap |
( |
int | maxLineGap | ) |
|
|
纯虚函数 |
◆ setMaxLines()
virtual void cv::cuda::HoughSegmentDetector::setMaxLines |
( |
int | maxLines | ) |
|
|
纯虚函数 |
◆ setMinLineLength()
virtual void cv::cuda::HoughSegmentDetector::setMinLineLength |
( |
int | minLineLength | ) |
|
|
纯虚函数 |
◆ setRho()
virtual void cv::cuda::HoughSegmentDetector::setRho |
( |
float | rho | ) |
|
|
纯虚函数 |
◆ setTheta()
virtual void cv::cuda::HoughSegmentDetector::setTheta |
( |
float | theta | ) |
|
|
纯虚函数 |
◆ setThreshold()
virtual void cv::cuda::HoughSegmentDetector::setThreshold |
( |
int | threshold | ) |
|
|
纯虚函数 |
此类的文档是从以下文件生成的: