Accord.Imaging.ColorReduction.BurkesColorDithering.BurkesColorDithering C# (CSharp) Method

BurkesColorDithering() public method

Initializes a new instance of the BurkesColorDithering class.
public BurkesColorDithering ( ) : System
return System
        public BurkesColorDithering( )
            : base( new int[2][] {
                new int[2] { 8, 4 },
                new int[5] { 2, 4, 8, 4, 2 } } )
        {
        }
    }
BurkesColorDithering