Accord.Imaging.Filters.ColorFiltering.ColorFiltering C# (CSharp) Method

ColorFiltering() public method

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

Same methods

ColorFiltering::ColorFiltering ( IntRange red, IntRange green, IntRange blue ) : System