Class cv::GeneralizedHoughBallard#
finds arbitrary template in the grayscale image using Generalized Hough Transform View details
#include <opencv2/imgproc.hpp>Collaboration diagram for cv::GeneralizedHoughBallard:
Public Member Functions#
Public Member Functions inherited from cv::GeneralizedHough
Return |
Name |
Description |
|---|---|---|
|
||
|
|
find template on image |
|
||
|
||
|
||
|
||
|
||
|
Canny high threshold. |
|
|
Canny low threshold. |
|
|
Inverse ratio of the accumulator resolution to the image resolution. |
|
|
Maximal size of inner buffers. |
|
|
Minimum distance between the centers of the detected objects. |
|
|
|
|
|
|
set template to search |
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Detailed Description#
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position only without translation and rotation Ballard1981 .
Member Function Documentation#
getLevels()#
int cv::GeneralizedHoughBallard::getLevels()
Python:
cv.GeneralizedHoughBallard.getLevels() -> retval
getVotesThreshold()#
int cv::GeneralizedHoughBallard::getVotesThreshold()
Python:
cv.GeneralizedHoughBallard.getVotesThreshold() -> retval
setLevels()#
void cv::GeneralizedHoughBallard::setLevels(int levels)
Python:
cv.GeneralizedHoughBallard.setLevels(levels)
R-Table levels.
setVotesThreshold()#
void cv::GeneralizedHoughBallard::setVotesThreshold(int votesThreshold)
Python:
cv.GeneralizedHoughBallard.setVotesThreshold(votesThreshold)
The accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected.
Source file#
The documentation for this class was generated from the following file:
opencv2/imgproc.hpp