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

Impala::Core::KeyPoint::Sift::Sift ( Array2dScalarUInt8 *  src,
int  Octaves,
int  Levels,
KeyPoint::DetectorType  dT = DOG 
) [inline]

Definition at line 36 of file Sift.h.

References Init(), and mDetectorType.

00037     :mSrc(src)
00038     {
00039         mDetectorType = dT;
00040         Init();
00041     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:43 2010 for ImpalaSrc by  doxygen 1.5.1