Enum HoughCirclesMethod
Specifies available Hough transform variants for circle detection.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum HoughCirclesMethod : int
Fields
Name | Description |
---|---|
Gradient | Implements the 2-1 Hough Transform for circle detection. |