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

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

Definition at line 32 of file GetColorChannels.h.

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

Referenced by GetColorChannels().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:00 2011 for ImpalaSrc by  doxygen 1.5.1