imprement some of color correction algorithms
Project description
colorcorrect by Shunsuke Aihara - http://argmax.jp
date:
February 2012
description:
Imprement some of color correction algorithms
require:
python2.6 or later numpy Pillow
install:
% python setup.py build % python setup.py install
impement algorithms:
gray world
colorcorrect.algorithm.gray_world
usage: image
max white
colorcorrect.algorithm.max_white
usage: image
stretch
colorcorrect.algorithm.stretch
usage: image
retinex
colorcorrect.algorithm.retinex
usage: image
retinex with adjust
colorcorrect.algorithm.retinex_with_adjust
usage: image
standard deviation weighted grey world
colorcorrect.algorithm.standard_deviation_weighted_grey_world
usage: image,subblock width(default:20), subblock height(default:20)
standard deviation and luminance weighted gray world
colorcorrect.algorithm.standard_deviation_and_luminance_weighted_gray_world
usage: image,subblock width(default:20), subblock height(default:20)
luminance weighted gray world
colorcorrect.algorithm.luminance_weighted_gray_world
usage: image,subblock width(default:20), subblock height(default:20)
automatic color equalization
colorcorrect.algorithm.automatic_color_equalization
usage: image,slope(default:10),limit(default:1000)
sample usage:
>>> import Image
>>> import colorcorrect.algorithm as cca
>>> from colorcorrect.util import from_pil, to_pil
>>> img = Image.open('/path/to/image')
>>> to_pil(cca.stretch(from_pil(img))).show()
References:
Denis. Nikitenko, M. Wirth and K. Trudel, "Applicability Of White-Balancing Algorithms to Restoring Faded Colour Slides: An Empirical Evaluation.", Journal of Multimedia, vol. 3, no. 5, 2008. HK. Lam, OC. Au and CW. Wong, "Automatic white balancing using luminance component and standard deviation of RGB components", in Proc. ICASSP, 2004. A. Rizzi, C. Gatta and D. Marini, "A new algorithm for unsupervised global and local color correction.", Pattern Recognition Letters, vol. 24, no. 11, 2003.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colorcorrect-0.9.1.tar.gz
(8.0 kB
view details)
File details
Details for the file colorcorrect-0.9.1.tar.gz.
File metadata
- Download URL: colorcorrect-0.9.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12bdd9dd71d2c0c29db5fc1a4b6452ffa53a82b22735985924218cb71674bb6
|
|
| MD5 |
2bf1d3cdda2f038e4dc7feff82bb7ad9
|
|
| BLAKE2b-256 |
f0fe1b267828a975f747814f4973ac34077979c149b8a0505be313c6062c8e58
|