| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_dnn.LayerFactory.registerLayer(BytePointer type,
opencv_dnn.LayerFactory.Constuctor constructor)
Registers the layer class with typename \p type and specified \p constructor.
|
static void |
opencv_dnn.LayerFactory.registerLayer(String type,
opencv_dnn.LayerFactory.Constuctor constructor) |
| Constructor and Description |
|---|
_LayerStaticRegisterer(BytePointer layerType,
opencv_dnn.LayerFactory.Constuctor layerConstuctor) |
_LayerStaticRegisterer(String layerType,
opencv_dnn.LayerFactory.Constuctor layerConstuctor) |
Copyright © 2017. All rights reserved.