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

FloydSteinbergDithering() public method

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