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;
        }