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

SierraColorDithering() public method

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