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