HomeSort by relevance Sort by last modified time
    Searched defs:SVM (Results 1 - 6 of 6) sorted by null

  /external/opencv3/samples/python2/
letter_recog.py 25 Models: RTrees, KNearest, Boost, SVM, MLP
106 class SVM(LetterStatModel):
108 self.model = cv2.SVM()
149 models = [RTrees, KNearest, Boost, SVM, MLP] # NBayes
digits.py 4 SVM and KNearest digit recognition.
7 Then it trains a SVM and KNearest classifiers on it and evaluates
87 class SVM(StatModel):
176 print 'training SVM...'
177 model = SVM(C=2.67, gamma=5.383)
180 cv2.imshow('SVM test', vis)
181 print 'saving SVM as "digits_svm.dat"...'
  /external/opencv3/modules/java/src/
ml+SVM.java 10 // C++: class SVM
11 //javadoc: SVM
12 public class SVM extends StatModel {
14 protected SVM(long addr) { super(addr); }
42 //javadoc: SVM::getType()
56 //javadoc: SVM::setType(val)
70 //javadoc: SVM::getGamma()
84 //javadoc: SVM::setGamma(val)
98 //javadoc: SVM::getCoef0()
112 //javadoc: SVM::setCoef0(val
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 479 class CV_EXPORTS_W SVM : public StatModel
490 /** Type of a %SVM formulation.
491 See SVM::Types. Default value is SVM::C_SVC. */
498 For SVM::POLY, SVM::RBF, SVM::SIGMOID or SVM::CHI2. Default value is 1. */
505 For SVM::POLY or SVM::SIGMOID. Default value is 0.*
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 122 #define CV_TYPE_NAME_ML_SVM "opencv-ml-svm"
167 // SVM params type
290 // SVM training parameters
456 // SVM model
460 // SVM type
463 // SVM kernel type
466 // SVM params type
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 378 milliseconds