| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_ml.ANN_MLP_ANNEAL
\brief Artificial Neural Networks - Multi-Layer Perceptrons.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.ANN_MLP |
opencv_ml.ANN_MLP.create()
\brief Creates empty model
|
static opencv_ml.ANN_MLP |
opencv_ml.ANN_MLP.load(org.bytedeco.javacpp.BytePointer filepath)
\brief Loads and creates a serialized ANN from a file
Use ANN::save to serialize and store an ANN to disk.
|
static opencv_ml.ANN_MLP |
opencv_ml.ANN_MLP.load(String filepath) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(String filename,
String objname) |
Copyright © 2018. All rights reserved.