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

OGLIMAGE* OglImageReadJpg ( strconst  str  ) 

Definition at line 24 of file mainConceptSupport.cpp.

References Impala::Visualization::RgbOglImage::OglImage(), and Impala::Core::Array::ReadJpg().

Referenced by ViewReadImage(), and ViewReadImageFile().

00025 {
00026     Array2dVec3UInt8*   im = 0;
00027     ReadJpg(im, str);
00028     return Impala::Visualization::RgbOglImage::OglImage(im);
00029 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:33:51 2010 for ImpalaSrc by  doxygen 1.5.1