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

Impala::Application::Videolympics::RawImageDataset::RawImageDataset ( std::string  fileName  )  [inline]

Definition at line 21 of file RawImageDataset.h.

References ILOG_DEBUG, mFileOffset, mIOBuffer, and NrImages().

00022     {
00023         ILOG_DEBUG("reading dataset " << fileName << "...");
00024         mIOBuffer = new Util::IOBufferFile(fileName, true, false);
00025         ReadRawListVarIndex<Array2dScalarUInt8>(mFileOffset, mIOBuffer);
00026         ILOG_DEBUG("imageset loaded. " << NrImages() << " images available.");
00027     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:53 2011 for ImpalaSrc by  doxygen 1.5.1