Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 308 Bytes

Image-processing

This repository illustrates different image processing techniques.

Dependencies

Tkinter - GUI Opencv - image processing Matplotlib numpy pandas

hist.py

Drawing RGB+gray histograms of an image.

intensity-transformation.py

Enhanching the quality of the image by different methods.