First apply Canny Edge Detector on the current image,
then apply Hough transform to find line segments
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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