Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Feature::Normalize ( Array::Array2dScalarReal64 *  im  ) 

Definition at line 30 of file GetColorChannels.h.

References Impala::Core::Array::MulVal(), and Impala::Core::Array::PixMax().

Referenced by GetColorChannels().

00031 {
00032     Real64 maxVal = PixMax(im);
00033     if(abs(maxVal) < 0.000001)
00034         maxVal = 1.0;
00035     MulVal(im, im, 1. / maxVal);
00036 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:07 2010 for ImpalaSrc by  doxygen 1.5.1