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

std::vector<Array::Array2dScalarReal64*> Impala::Core::Feature::GetColorChannels ( Array::Array2dVec3UInt8 *  inputInt,
String  colorModel 
)

Definition at line 442 of file GetColorChannels.h.

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

Referenced by CalculateFISTDescriptors().

00443 {
00444     Array::Array2dVec3Real64* input = 0;
00445     MulVal(input, inputInt, 1.0);
00446     std::vector<Array::Array2dScalarReal64*> output = 
00447                                   GetColorChannels(input, colorModel);
00448     delete input;
00449     return output;
00450 }

Here is the call graph for this function:


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