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