Skip to content

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

License

Notifications You must be signed in to change notification settings

aragalie/scikit-image_5x5window_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published