KSquare Utilities
ImageFeaturesNameIndexed.h
Go to the documentation of this file.
1 #ifndef _IMAGEFEATURESNAMEINDEXED_
2 #define _IMAGEFEATURESNAMEINDEXED_
3 
4 
5 #include "RBTree.h"
6 #include "KKStr.h"
7 
8 
9 namespace KKMLL
10 {
11 
13  class FeatureVector;
15  #endif
16 
18  class FeatureVectorList;
20  #endif
21 
22 
23 
25 
26 
28  {
29  public:
31 
33 
34  private:
35  };
36 
37 
39 
40 
41 
42 
43 
45  {
46  public:
47  KKStr ExtractKey (FeatureVectorPtr example);
48  };
49 
50 } /* namespace KKMLL */
51 
52 
53 #endif
KKStr ExtractKey(FeatureVectorPtr example)
#define _FeatureVector_Defined_
ImageFeaturesNameIndexed(const FeatureVectorList &images)
Container class for FeatureVector derived objects.
#define _FeatureVectorList_Defined_
ImageFeaturesNameIndexed * ImageFeaturesNameIndexedPtr
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of &#39;std::string&#39; strings.
Definition: KKStr.cpp:1082
void EncodeProblem(const struct svm_paramater &param, struct svm_problem &prob_in, struct svm_problem &prob_out)