Apply Probabilistic Hough transform to find line segments.
The current image must be a binary image (eg. the edges as a result of the Canny edge detector)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- rhoResolution
- Double
Distance resolution in pixel-related units.
- thetaResolution
- Double
Angle resolution measured in radians
- threshold
- Int32
A line is returned by the function if the corresponding accumulator value is greater than threshold
- minLineWidth
- Double
Minimum width of a line
- gapBetweenLines
- Double
Minimum gap between lines