| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.Layer |
opencv_dnn.Layer.blobs(opencv_dnn.BlobVector blobs) |
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) |
opencv_dnn.Layer |
opencv_dnn.Net.getLayer(opencv_dnn.DictValue layerId)
\brief Returns pointer to layer with specified name which the network use.
|
opencv_dnn.Layer |
opencv_dnn.Layer.name(BytePointer name) |
opencv_dnn.Layer |
opencv_dnn.Layer.type(BytePointer type) |
Copyright © 2017. All rights reserved.