Back to FabImage Studio website
You are here: Start » Filter Reference » OpenCV » Structural Analysis and Shape Descriptors » cvGeneralizedHoughGuil_Initialization
Module: | OpenCV |
---|
Finds arbitrary template in the grayscale image using Generalized Hough Transform.
Name | Type | Description | |
---|---|---|---|
![]() |
inPattern | Image | |
![]() |
inPatternCenter | Point2D* | |
![]() |
inCannyHighThreshold | Integer* | |
![]() |
inCannyLowThreshold | Integer* | |
![]() |
inDp | Double* | Inverse ratio of the accumulator resolution to the image resolution. |
![]() |
inMaxBufferSize | Integer* | |
![]() |
inMinDistance | Double* | Minimum distance between the centers of the detected objects |
![]() |
inAngleEpsilon | Double* | Maximal difference between angles that treated as equal. |
![]() |
inAngleStep | Double* | Angle step in degrees |
![]() |
inAngleThreshold | Integer* | |
![]() |
inMaxAngle | Double* | Maximal rotation angle to detect in degrees. |
![]() |
inMinAngle | Double* | Minimal rotation angle to detect in degrees. |
![]() |
inScaleStep | Integer* | |
![]() |
inScaleThreshold | Integer* | Scale votes threshold. |
![]() |
inMaxScale | Double* | Maximal scale to detect. |
![]() |
inMinScale | Double* | Minimal scale to detect. |
![]() |
inLevels | Integer* | Feature table levels. |
![]() |
inPositionThreshold | Integer* | Position votes threshold. |
![]() |
inXi | Double* | Angle difference in degrees between two points in feature. |
![]() |
outGuil | CvGeneralizedHoughGuil |
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_cvGeneralizedHoughGuil_Initialization. Supported formats: 1xUInt8. |
Complexity Level
This filter is available on Basic Complexity Level.