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