AForge.Imaging.Filters.Median.Median C# (CSharp) 메소드

Median() 공개 메소드

Initializes a new instance of the Median class.
public Median ( ) : System
리턴 System
        public Median( )
        {
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb]    = PixelFormat.Format24bppRgb;
            formatTranslations[PixelFormat.Format32bppRgb]    = PixelFormat.Format32bppRgb;
            formatTranslations[PixelFormat.Format32bppArgb]   = PixelFormat.Format32bppArgb;
        }

Same methods

Median::Median ( int size ) : System