All modules (except ocl and gpu) compiles and pass tests
This commit is contained in:
@@ -1043,7 +1043,7 @@ public:
|
||||
CvForestTree* get_tree(int i) const;
|
||||
|
||||
protected:
|
||||
virtual std::string getName() const;
|
||||
virtual cv::String getName() const;
|
||||
|
||||
virtual bool grow_forest( const CvTermCriteria term_crit );
|
||||
|
||||
@@ -1115,7 +1115,7 @@ public:
|
||||
CvRTParams params=CvRTParams());
|
||||
virtual bool train( CvMLData* data, CvRTParams params=CvRTParams() );
|
||||
protected:
|
||||
virtual std::string getName() const;
|
||||
virtual cv::String getName() const;
|
||||
virtual bool grow_forest( const CvTermCriteria term_crit );
|
||||
};
|
||||
|
||||
@@ -2072,7 +2072,7 @@ public:
|
||||
void set_miss_ch( char ch );
|
||||
char get_miss_ch() const;
|
||||
|
||||
const std::map<std::string, int>& get_class_labels_map() const;
|
||||
const std::map<cv::String, int>& get_class_labels_map() const;
|
||||
|
||||
protected:
|
||||
virtual void clear();
|
||||
@@ -2101,7 +2101,7 @@ protected:
|
||||
bool mix;
|
||||
|
||||
int total_class_count;
|
||||
std::map<std::string, int> class_map;
|
||||
std::map<cv::String, int> class_map;
|
||||
|
||||
CvMat* train_sample_idx;
|
||||
CvMat* test_sample_idx;
|
||||
|
Reference in New Issue
Block a user