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
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGnum_iterThe maximum amount of iterations to perform
STRINGtoleranceTolerance
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>