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

Median() public method

Initializes a new instance of the Median class.
public Median ( ) : System
return 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