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

SierraDithering() public method

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