| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.LayerParams |
opencv_dnn.LayerParams.blobs(opencv_dnn.BlobVector blobs) |
opencv_dnn.LayerParams |
opencv_dnn.LayerParams.name(BytePointer name) |
opencv_dnn.LayerParams |
opencv_dnn.LayerParams.position(long position) |
opencv_dnn.LayerParams |
opencv_dnn.LayerParams.type(BytePointer type) |
| Modifier and Type | Method and Description |
|---|---|
int |
opencv_dnn.Net.addLayer(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer to the net.
|
int |
opencv_dnn.Net.addLayer(String name,
String type,
opencv_dnn.LayerParams params) |
int |
opencv_dnn.Net.addLayerToPrev(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer and connects its first input to the first output of previously added layer.
|
int |
opencv_dnn.Net.addLayerToPrev(String name,
String type,
opencv_dnn.LayerParams params) |
opencv_dnn.Layer |
opencv_dnn.LayerFactory.Constuctor.call(opencv_dnn.LayerParams params) |
static opencv_dnn.Layer |
opencv_dnn.LayerFactory.createLayerInstance(BytePointer type,
opencv_dnn.LayerParams params)
\brief Creates instance of registered layer.
|
static opencv_dnn.Layer |
opencv_dnn.LayerFactory.createLayerInstance(String type,
opencv_dnn.LayerParams params) |
void |
opencv_dnn.Layer.setParamsFrom(opencv_dnn.LayerParams params)
Initializes only #name, #type and #blobs fields.
|
Copyright © 2017. All rights reserved.