Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 612 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 612 Bytes

Digital image processing

Getting Started

Python version: 2.7 is required.
Packages to be installed: PIL, numpy.

Launching application

You should use images folder to store input images for processing. 4 images by default.
output directory will contain processed images.
To run an application you have to modify program.py with **IMAGE = 'your-input-image.png'.
And then just run it.

Changing parameters and methods

You can change thresholds, color channel.
Also you can apply different methods from ImageBuilder to get different result to analyse.