这是一个有关图像处理的综合项目。
对图像的基本操作,空间变换、几何变换、颜色变换、图像叠加。
RGB to Gray
$ python rgb2gray.py Lena.bmp
Alpha channel
$ python dwt.py lena.png dwt2
$ python fft.py lena.png
partitioning
scaling
shifting
skewing
png, bmp, jpg
noise
mean filter
median filter
blending
overlap
brightness
gama-correction
对图像的评估。
Mean Square Error (MSE) 均方差
Structure Similaruty (SSIM) 结构相似度
Peak Signal To Noise Ratio (PSNR) 峰值信噪比
python image-iqa.py original_image new_image
图像识别、分类。
tensorflow-model
caffe-model
self-train-model
Face Recognition Using OpenCV Haar Cascades
$ python static.py IMAGE_FILE
$ python live.py
numpy
matplotlib
pywt
python-opencv
$ brew install opencv
add "export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH" to ~/.bashrc or ~/.zshrc
PIL
TensorFlow
Scikit-learn
scikit-image