problem with the supported data matrices types is fixed

minor fixes in CvGBTrees, its test and sample
This commit is contained in:
P. Druzhkov
2011-05-11 07:58:47 +00:00
parent 6a03be2632
commit 15f7918e34
4 changed files with 198 additions and 116 deletions

View File

@@ -1832,6 +1832,7 @@ protected:
// RESULT
*/
virtual void read_params( CvFileStorage* fs, CvFileNode* fnode );
int get_len(const CvMat* mat) const;
CvDTreeTrainData* data;