/scikit-image_5x5window_scanner

Using scikit-learn, create a 5x5 window to scan over an image and output the pixel values to .csv

Primary LanguageJupyter NotebookMIT LicenseMIT

OBJECTIVE

Use scikit-learn and create a 5x5 window to scan over a greyscaled image, where a pixel value is a float in the range 0 to 1.

The values have to be normalised so that within one window the smallest value is scaled to 0 and the largest to 1.

OUTPUT

Export data to .csv, in a table with 25 columns and 13,824 rows.