| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.Net |
opencv_dnn.Net.position(long position) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(BytePointer prototxt) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(BytePointer prototxt,
BytePointer caffeModel)
\brief Reads a network model stored in Caffe model files.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(String prototxt) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(String prototxt,
String caffeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_dnn.Importer.populateNet(opencv_dnn.Net net)
\brief Adds loaded layers into the \p net and sets connections between them.
|
Copyright © 2017. All rights reserved.