Package | Description |
---|---|
org.bytedeco.opencv.opencv_ml |
Modifier and Type | Method and Description |
---|---|
static ANN_MLP |
ANN_MLP.create()
\brief Creates empty model
|
static ANN_MLP |
ANN_MLP.load(BytePointer filepath)
\brief Loads and creates a serialized ANN from a file
Use ANN::save to serialize and store an ANN to disk.
|
static ANN_MLP |
ANN_MLP.load(String filepath) |
static ANN_MLP |
AbstractStatModel.loadANN_MLP(BytePointer filename,
BytePointer objname) |
static ANN_MLP |
AbstractStatModel.loadANN_MLP(String filename,
String objname) |
Copyright © 2020. All rights reserved.