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

Impala::Core::Test::TestColorSegmentation::TestColorSegmentation ( String  srcName,
ColorSegmentationAlgorithm  segAlg,
ColorSegmentationInvariant  invType,
double  fraction,
double  threshold,
bool  useGauss 
) [inline]

Definition at line 23 of file TestColorSegmentation.h.

References mFraction, mInvType, mSegAlg, mSrcName, mTestNameBase, mThreshold, and mUseGauss.

00026     {
00027         mTestNameBase = "ColorSegmentation";
00028         mSrcName = srcName;
00029         mSegAlg = segAlg;
00030         mInvType = invType;
00031         mFraction = fraction;
00032         mThreshold = threshold;
00033         mUseGauss = useGauss;
00034     }


Generated on Fri Mar 19 11:21:29 2010 for ImpalaSrc by  doxygen 1.5.1