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

JarvisJudiceNinkeDithering() public method

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