Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Structural Analysis and Shape Descriptors » cvGeneralizedHoughBallard_Initialization

cvGeneralizedHoughBallard_Initialization


Module: OpenCV

Finds arbitrary template in the grayscale image using Generalized Hough Transform.

Name Type Description
Input value
inPattern Image
Input value
inPatternCenter Point2D*
Input value
inCannyHighThreshold Integer*
Input value
inCannyLowThreshold Integer*
Input value
inDp Double* Inverse ratio of the accumulator resolution to the image resolution.
Input value
inMaxBufferSize Integer*
Input value
inMinDistance Double* Minimum distance between the centers of the detected objects
Input value
inLevels Integer* Feature table levels.
Input value
inVotesThreshold Integer* The accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected.
Output value
outBallard CvGeneralizedHoughBallard

Requirements

For input inPattern only pixel formats are supported: 1⨯uint8.

Read more about pixel formats in Image documentation.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Not supported inPattern pixel format in FisFilter_cvGeneralizedHoughBallard_Initialization. Supported formats: 1xUInt8.

Complexity Level

This filter is available on Basic Complexity Level.