Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
DIFF_RECURSIVE | 2 | Edge detection using an optimal difference recursive filter. |
MAXGRADIENT | 0 | Edge detection using the maxima of gradient, i.e., maxima of the first order derivative. |
ZEROXC_DERIV2ND | 1 | Edge detection using the zero-crossings of second order derivative along the gradient. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearEdgeDetectionMethods