When images are loaded, the program must transform them in grey scale.
Behavior
From given images, the program must create a grey scale version (images should not be loaded in memory, only the processed one can).
Then, the image should be represented as a black (1) and white (0) 2D-array.
When images are loaded, the program must transform them in grey scale.
Behavior
From given images, the program must create a grey scale version (images should not be loaded in memory, only the processed one can).
Then, the image should be represented as a black (
1) and white (0) 2D-array.