圆检测算法的基类。: 更多…
#include <opencv2/cudaimgproc.hpp>
◆ detect()
使用霍夫变换在灰度图像中查找圆。
- 参数
-
| src | 8 位单通道灰度输入图像。 |
| circles | 找到的圆的输出向量。每个向量都编码为一个三元素浮点向量 \((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()
| 虚函数 void cv::cuda::HoughCirclesDetector::setDp |
( |
浮点数 | dp | ) |
|
|
纯虚函数 |
◆ setMaxCircles()
| 虚函数 void cv::cuda::HoughCirclesDetector::setMaxCircles |
( |
int | maxCircles(最大圆数) | ) |
|
|
纯虚函数 |
◆ setMaxRadius()
| 虚函数 void cv::cuda::HoughCirclesDetector::setMaxRadius |
( |
int | maxRadius(最大半径) | ) |
|
|
纯虚函数 |
◆ setMinDist()
| 虚函数 void cv::cuda::HoughCirclesDetector::setMinDist |
( |
浮点数 | minDist(最小距离) | ) |
|
|
纯虚函数 |
◆ setMinRadius()
| 虚函数 void cv::cuda::HoughCirclesDetector::setMinRadius |
( |
int | minRadius(最小半径) | ) |
|
|
纯虚函数 |
◆ setVotesThreshold()
| 虚函数 void cv::cuda::HoughCirclesDetector::setVotesThreshold |
( |
int | votesThreshold(投票阈值) | ) |
|
|
纯虚函数 |
此类的文档是从以下文件生成的: