AForge.Imaging.Filters.SobelEdgeDetector.SobelEdgeDetector C# (CSharp) Méthode

SobelEdgeDetector() public méthode

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