imageNoiseAnalyst
imageNoiseAnalyst copied to clipboard
Analyse image noise with opencv-python. Reduce periodical noise of image using Gaussian filter ,Butterworth filter or Gabor filter.
#imageNoiseAnalyst
Using OpenCV-Python to develop a toolkit for image noise analysing and help user to find solutions. This program is set as a tool for image processing application on in my lab.
##Target
- DFT2 analysing (Done)
- Background noise analysing
- Sin wave noise (Done)
- ROI zooming (Done)
- Histogram (Done)
- Entropy
- Gaussian filter (Done)
- Butterworth filter (Done)
##Requirement
- Python 2.7 or higher ( Test with Python 2.7.8 )
- python-opencv ( Test with opencv 2.4.4 )
- matplotlib ( Test with matplolib 1.4.3)
##Thanks
- dungtn/gaborfun is a good tool on Gabor filter, though not suitable for the test image.