perl_fu_burst_o_rama
<<
INDEX
>>
perl_fu_center_guide
perl_fu_ccn
(------)
NAME
perl_fu_ccn - Performs Comprehensive Color Normalization
SYNOPSIS
perl_fu_ccn
(run_mode,image,drawable,num_iter,tolerance)
DESCRIPTION
Implements a color constancy algorithm
MENUPATH
<Image>/Filters/Color Constancy/CCN
IMAGETYPES
RGB
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, [non-interactive]
IMAGE
image
The image to work on
DRAWABLE
drawable
The drawable to work on
STRING
num_iter
The maximum amount of iterations to perform
STRING
tolerance
Tolerance
SOME SYNTAX ALTERNATIVES
$drawable->ccn
(num_iter,tolerance)
$image->ccn
(drawable,num_iter,tolerance)
perl_fu_ccn
(drawable,num_iter,tolerance)
ccn Layer
(drawable,num_iter,tolerance)
ccn Image
(drawable,num_iter,tolerance)
ccn Channel
(drawable,num_iter,tolerance)
INSTALLATION PATH
/root/.gimp-1.2/plug-ins/cpp
AUTHOR
Eric Ortega
(c)------ Eric Ortega <eto@usc.edu>
This page was created by
gimpdoc
, written by
Marc Lehmann <pcg@goof.com>