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

BurkesDithering() public method

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