http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Find the edges on this image and marked them in the returned image.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Image<Gray, byte> Canny( double thresh, double threshLinking ) |
Visual Basic |
---|
Public Function Canny ( _ thresh As Double, _ threshLinking As Double _ ) As Image(Of Gray, Byte) |
Visual C++ |
---|
public: Image<Gray, unsigned char>^ Canny( double thresh, double threshLinking ) |
Parameters
- thresh
- Type: System..::..Double
The threshhold to find initial segments of strong edges
- threshLinking
- Type: System..::..Double
The threshold used for edge Linking