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

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

Definition at line 45 of file Color64.h.

References mFeature, mFeatureName, and SetFeatureMode().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:06 2011 for ImpalaSrc by  doxygen 1.5.1