@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class LayerParams extends Dict
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
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 |
---|---|
MatVector |
blobs()
List of learned parameters stored as blobs.
|
LayerParams |
blobs(MatVector setter) |
BytePointer |
name()
Name of the layer instance (optional, can be used internal purposes).
|
LayerParams |
name(BytePointer setter) |
LayerParams |
position(long position) |
BytePointer |
type()
Type name which was used for creating layer by layer factory (optional).
|
LayerParams |
type(BytePointer setter) |
erase, erase, get, get, has, has, ptr, ptr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public LayerParams()
public LayerParams(long size)
Pointer.position(long)
.public LayerParams(Pointer p)
Pointer.Pointer(Pointer)
.public LayerParams position(long position)
public LayerParams blobs(MatVector setter)
@opencv_core.Str public BytePointer name()
public LayerParams name(BytePointer setter)
@opencv_core.Str public BytePointer type()
public LayerParams type(BytePointer setter)
Copyright © 2020. All rights reserved.