learning.h
Go to the documentation of this file.
00001 /*
00002  *  learning.h
00003  *  outlet_model
00004  *
00005  *  Created by Victor  Eruhimov on 12/29/08.
00006  *  Copyright 2008 Argus Corp. All rights reserved.
00007  *
00008  */
00009 #if !defined(_LEARNING_H)
00010 #define _LEARNING_H
00011 
00012 #include <ml.h>
00013 
00014 void get_stat(CvMat* labels, int* stat);
00015 CvRTrees* train_rf(CvMat* predictors, CvMat* labels);
00016 
00017 #endif //_LEARNING_H


outlet_pose_estimation
Author(s): Patrick Mihelich
autogenerated on Thu Aug 27 2015 14:29:52