AForge.Imaging.Filters.SobelEdgeDetector.SobelEdgeDetector C# (CSharp) Method

SobelEdgeDetector() public method

Initializes a new instance of the SobelEdgeDetector class.
public SobelEdgeDetector ( ) : System
return System
        public SobelEdgeDetector( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }