Package | Description |
---|---|
org.bytedeco.opencv.opencv_ml |
Modifier and Type | Method and Description |
---|---|
static EM |
EM.create()
Creates empty %EM model.
|
static EM |
EM.load(BytePointer filepath) |
static EM |
EM.load(BytePointer filepath,
BytePointer nodeName)
\brief 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) |
static EM |
EM.load(String filepath,
String nodeName) |
static EM |
AbstractStatModel.loadEM(BytePointer filename,
BytePointer objname) |
static EM |
AbstractStatModel.loadEM(String filename,
String objname) |
Copyright © 2020. All rights reserved.