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

BayerDithering() public method

Initializes a new instance of the BayerDithering class.
public BayerDithering ( ) : System
return System
		public BayerDithering( ) : base( new byte[,] {
								{   0, 192,  48, 240 },
								{ 128,  64, 176, 112 },
								{  32, 224,  16, 208 },
								{ 160,  96, 144,  80 } } )
		{
		}
	}
BayerDithering