@Namespace(value="cv::dnn") @NoOffset public static class opencv_dnn.LayerParams extends opencv_dnn.Dict
| Constructor and Description |
|---|
LayerParams()
Default native constructor.
|
LayerParams(long size)
Native array allocator.
|
LayerParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.MatVector |
blobs()
List of learned parameters stored as blobs.
|
opencv_dnn.LayerParams |
blobs(opencv_core.MatVector blobs) |
org.bytedeco.javacpp.BytePointer |
name()
Name of the layer instance (optional, can be used internal purposes).
|
opencv_dnn.LayerParams |
name(org.bytedeco.javacpp.BytePointer name) |
opencv_dnn.LayerParams |
position(long position) |
org.bytedeco.javacpp.BytePointer |
type()
Type name which was used for creating layer by layer factory (optional).
|
opencv_dnn.LayerParams |
type(org.bytedeco.javacpp.BytePointer type) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LayerParams()
public LayerParams(long size)
Pointer.position(long).public LayerParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_dnn.LayerParams position(long position)
position in class opencv_dnn.Dict@ByRef public opencv_core.MatVector blobs()
public opencv_dnn.LayerParams blobs(opencv_core.MatVector blobs)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer name()
public opencv_dnn.LayerParams name(org.bytedeco.javacpp.BytePointer name)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer type()
public opencv_dnn.LayerParams type(org.bytedeco.javacpp.BytePointer type)
Copyright © 2018. All rights reserved.