Apply Canny Edge Detector follows by Probabilistic Hough transform to find line segments in the image
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
- cannyThreshold
- TColor
The threshhold to find initial segments of strong edges
- cannyThresholdLinking
- TColor
The threshold used for edge Linking
- 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