Accord.Imaging.ColorReduction.JarvisJudiceNinkeColorDithering.JarvisJudiceNinkeColorDithering C# (CSharp) Method

JarvisJudiceNinkeColorDithering() public method

Initializes a new instance of the JarvisJudiceNinkeColorDithering class.
public JarvisJudiceNinkeColorDithering ( ) : System
return System
        public JarvisJudiceNinkeColorDithering( )
            : 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 } } )
        {
        }
    }
JarvisJudiceNinkeColorDithering