Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Multimedia > Graphics

    colorcorrect 0.04

    Download button

    No screenshots available
    Downloads: 123  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Shunsuke Aihara | More programs
    MIT/X Consortium Lic... / FREE
    March 8th, 2012, 02:51 GMT
    ROOT / Multimedia / Graphics

     Read user reviews (0)  Refer to a friend  Subscribe

    colorcorrect description

    Implement some of color correction algorithms

    colorcorrect is a Python module that implements some of color correction algorithms.

    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()



    Product's homepage

    Requirements:

    · Python
    · NumPy
    · PIL

      


    TAGS:

    color correction | correction algorithms | color | correction | algorithms

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM