Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.