圆检测算法的基类。: 更多...
#include <opencv2/cudaimgproc.hpp>
◆ detect()
使用霍夫变换在灰度图像中查找圆圈。
- 参数
-
src | 8 位,单通道灰度输入图像。 |
circles | 找到的圆圈的输出向量。每个向量都被编码为一个 3 元素浮点数向量 \((x, y, radius)\) 。 |
stream | 异步版本的 Stream。 |
- 参见
- HoughCircles
◆ getCannyThreshold()
virtual int cv::cuda::HoughCirclesDetector::getCannyThreshold |
( |
| ) |
const |
|
纯虚函数 |
◆ getDp()
virtual float cv::cuda::HoughCirclesDetector::getDp |
( |
| ) |
const |
|
纯虚函数 |
◆ getMaxCircles()
virtual int cv::cuda::HoughCirclesDetector::getMaxCircles |
( |
| ) |
const |
|
纯虚函数 |
◆ getMaxRadius()
virtual int cv::cuda::HoughCirclesDetector::getMaxRadius |
( |
| ) |
const |
|
纯虚函数 |
◆ getMinDist()
virtual float cv::cuda::HoughCirclesDetector::getMinDist |
( |
| ) |
const |
|
纯虚函数 |
◆ getMinRadius()
virtual int cv::cuda::HoughCirclesDetector::getMinRadius |
( |
| ) |
const |
|
纯虚函数 |
◆ getVotesThreshold()
virtual int cv::cuda::HoughCirclesDetector::getVotesThreshold |
( |
| ) |
const |
|
纯虚函数 |
◆ setCannyThreshold()
virtual void cv::cuda::HoughCirclesDetector::setCannyThreshold |
( |
int |
cannyThreshold | ) |
|
|
纯虚函数 |
◆ setDp()
virtual void cv::cuda::HoughCirclesDetector::setDp |
( |
float |
dp | ) |
|
|
纯虚函数 |
◆ setMaxCircles()
virtual void cv::cuda::HoughCirclesDetector::setMaxCircles |
( |
int |
maxCircles | ) |
|
|
纯虚函数 |
◆ setMaxRadius()
virtual void cv::cuda::HoughCirclesDetector::setMaxRadius |
( |
int |
maxRadius | ) |
|
|
纯虚函数 |
◆ setMinDist()
virtual void cv::cuda::HoughCirclesDetector::setMinDist |
( |
float |
minDist | ) |
|
|
纯虚函数 |
◆ setMinRadius()
virtual void cv::cuda::HoughCirclesDetector::setMinRadius |
( |
int |
minRadius | ) |
|
|
纯虚函数 |
◆ setVotesThreshold()
virtual void cv::cuda::HoughCirclesDetector::setVotesThreshold |
( |
int |
votesThreshold | ) |
|
|
纯虚函数 |
此类的文档从以下文件生成