@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class EdgeDetectorConfig extends Buffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EdgeDetectorConfig()
Construct EdgeDetectorConfig message.
|
EdgeDetectorConfig(long size)
Native array allocator.
|
EdgeDetectorConfig(Pointer p)
Pointer cast constructor.
|
EdgeDetectorConfig(RawEdgeDetectorConfig ptr) |
| Modifier and Type | Method and Description |
|---|---|
EdgeDetectorConfigData |
getConfigData()
Retrieve configuration data for EdgeDetector
|
EdgeDetectorConfig |
getPointer(long i) |
EdgeDetectorConfig |
position(long position) |
void |
setSobelFilterKernels(org.bytedeco.opencv.opencv_core.IntVectorVector horizontalKernel,
org.bytedeco.opencv.opencv_core.IntVectorVector verticalKernel)
Set sobel filter horizontal and vertical 3x3 kernels
|
address, 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 EdgeDetectorConfig(Pointer p)
Pointer(Pointer).public EdgeDetectorConfig(long size)
Pointer.position(long).public EdgeDetectorConfig()
public EdgeDetectorConfig(@SharedPtr RawEdgeDetectorConfig ptr)
public EdgeDetectorConfig position(long position)
public EdgeDetectorConfig getPointer(long i)
getPointer in class Bufferpublic void setSobelFilterKernels(@Const @ByRef org.bytedeco.opencv.opencv_core.IntVectorVector horizontalKernel, @Const @ByRef org.bytedeco.opencv.opencv_core.IntVectorVector verticalKernel)
horizontalKernel - Used for horizontal gradient computation in 3x3 Sobel filterverticalKernel - Used for vertical gradient computation in 3x3 Sobel filter@ByVal public EdgeDetectorConfigData getConfigData()
Copyright © 2023. All rights reserved.