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 KNearestKNearest. __fromPtr__(long addr)static KNearestKNearest. create()Creates the empty model The static method creates empty %KNearest classifier.static KNearestKNearest. load(String filepath)Loads and creates a serialized knearest from a file Use KNearest::save to serialize and store an KNearest to disk.
-