AForge.Imaging.Filters.SobelEdgeDetector.SobelEdgeDetector C# (CSharp) Метод

SobelEdgeDetector() публичный Метод

Initializes a new instance of the SobelEdgeDetector class.
public SobelEdgeDetector ( ) : System
Результат System
        public SobelEdgeDetector( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }