/unlockmind-greyscale-reader

Converts an 32x32 image into a 2D array containing the percentage of blackness for-each pixel

Primary LanguageC#Apache License 2.0Apache-2.0

unlockmind-greyscale-reader

Converts an image into a 2D array containing the percentage of blackness for-each pixel

Converting a image into a 2D grayscale array

var array2D = new Greyscale2DArray(@"C:\Users\enisn\Desktop\NN\2.png");

Percentual 2D Array Visualization

new ConsleDisplayScaleArray(array2D.Value, array2D.Height, array2D.Width);

Examples

alt text

alt text

alt text