ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearEdgeDetectionMethods Enumeration |
Member | Description |
---|---|
DIFF_RECURSIVE | Edge detection using an optimal difference recursive filter. |
MAXGRADIENT | Edge detection using the maxima of gradient, i.e., maxima of the first order derivative. |
ZEROXC_DERIV2ND | Edge detection using the zero-crossings of second order derivative along the gradient. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.processing.ImGearEdgeDetectionMethods