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 SVMSVM. __fromPtr__(long addr)static SVMSVM. create()Creates empty model.static SVMSVM. load(String filepath)Loads and creates a serialized svm from a file Use SVM::save to serialize and store an SVM to disk.
-