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

StuckiDithering() public method

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