Uses of Class
org.opencv.ml.SVM
-
Packages that use SVM Package Description org.opencv.ml -
-
Uses of SVM in org.opencv.ml
Methods in org.opencv.ml that return SVM Modifier and Type Method Description static SVM
SVM. __fromPtr__(long addr)
static SVM
SVM. create()
Creates empty model.static SVM
SVM. load(String filepath)
Loads and creates a serialized svm from a file Use SVM::save to serialize and store an SVM to disk.
-