搜索资源列表
svmmatlabSORCE
- 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class
svmmatlabSORCE
- 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class
OCR-using-cvSVM
- Optical character recognition code using cvSVM of openCV library
opencv-2.4.6
- In this tutorial you will learn how to: • Use the OpenCV functions CvSVM::train to build a classifi er based on SVMs and CvSVM::predict to test its performance.-In this tutorial you will learn how to: