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

Impala::Core::Feature::Color64::Color64 ( String  featureName = "color64"  )  [inline]

Definition at line 49 of file Color64.h.

References mFeature, mFeatureName, and SetFeatureMode().

00050     {
00051         mFeatureName = featureName;
00052 
00053         // set the feature mode based on mFeatureName as: 0, 1, 2, 3, 4
00054         //
00055         // mode=0: color64
00056         // mode=1: 44-d color correlogram
00057         // mode=2: 14-d color texture moment
00058         // mode=3: 6-d RGB color moment
00059         // mode=4: color64 grid 2x2
00060         // mode=5: color64 grid 3x3
00061         // mode=6: color64 grid 4x4
00062         //
00063         SetFeatureMode();
00064 
00065         mFeature = new float [64];
00066 
00067         //mGrid = new Core::Feature::Grid(2,2);
00068 
00069     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:42 2010 for ImpalaSrc by  doxygen 1.5.1