| 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 |
|---|
opencv_dnn._LayerStaticRegisterer(BytePointer type,
opencv_dnn.LayerFactory.Constuctor constuctor) |
opencv_dnn._LayerStaticRegisterer(String type,
opencv_dnn.LayerFactory.Constuctor constuctor) |
Copyright © 2016. All rights reserved.