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