@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class EdgeDetectorProperties extends EdgeDetectorPropertiesSerializable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EdgeDetectorProperties()
Default native constructor.
|
EdgeDetectorProperties(long size)
Native array allocator.
|
EdgeDetectorProperties(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeDetectorProperties |
getPointer(long i) |
RawEdgeDetectorConfig |
initialConfig()
Initial edge detector config
|
EdgeDetectorProperties |
initialConfig(RawEdgeDetectorConfig setter) |
int |
numFramesPool()
Num frames in output pool
|
EdgeDetectorProperties |
numFramesPool(int setter) |
int |
outputFrameSize()
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
|
EdgeDetectorProperties |
outputFrameSize(int setter) |
EdgeDetectorProperties |
position(long position) |
clone, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic EdgeDetectorProperties()
public EdgeDetectorProperties(long size)
Pointer.position(long).public EdgeDetectorProperties(Pointer p)
Pointer(Pointer).public EdgeDetectorProperties position(long position)
position in class EdgeDetectorPropertiesSerializablepublic EdgeDetectorProperties getPointer(long i)
getPointer in class EdgeDetectorPropertiesSerializable@ByRef public RawEdgeDetectorConfig initialConfig()
public EdgeDetectorProperties initialConfig(RawEdgeDetectorConfig setter)
public int outputFrameSize()
public EdgeDetectorProperties outputFrameSize(int setter)
public int numFramesPool()
public EdgeDetectorProperties numFramesPool(int setter)
Copyright © 2023. All rights reserved.