Skip to content

Script for analyzing and sorting image files by color, brightness, details.

License

Notifications You must be signed in to change notification settings

hayabuzo/PictureAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PictureAnalyzer (python 3, skimage, numpy)

Script for analyzing and sorting image files by color, brightness, details.

image

This script renames image files according to their:

  1. Brightness (amount and balance between left and right part of image).
  2. Detaliling (amount and balance between left and right part of image).
  3. Saturation (amount and balance between left and right part of image).
  4. Color tone, Hue (value).

Script allows to sort and filter out images with unwanted values of the parameters above (with too much or too little brightness, details, balance etc).

You can turn on the visualisation ("preview" in line 203) to see the measurements of image:

image

Above is the balance and below is the quantity of:

  • CYAN - total balance
  • WHITE - brightness
  • GREEN - details
  • RED - saturation

How to work:

  1. Put the input images into 'input/' folder.
  2. Install skimage and numpy if necessary, run the script PictureAnalyzer.py.
  3. The output images will appear in the 'output/' folder.

About

Script for analyzing and sorting image files by color, brightness, details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages