@Namespace(value="dai") @Properties(inherit=depthai.class) public class EdgeDetectorConfigData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EdgeDetectorConfigData()
Default native constructor.
|
EdgeDetectorConfigData(long size)
Native array allocator.
|
EdgeDetectorConfigData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeDetectorConfigData |
getPointer(long i) |
EdgeDetectorConfigData |
position(long position) |
org.bytedeco.opencv.opencv_core.IntVectorVector |
sobelFilterHorizontalKernel()
Used for horizontal gradient computation in 3x3 Sobel filter
Format - 3x3 matrix, 2nd column must be 0
Default - +1 0 -1; +2 0 -2; +1 0 -1
|
EdgeDetectorConfigData |
sobelFilterHorizontalKernel(org.bytedeco.opencv.opencv_core.IntVectorVector setter) |
org.bytedeco.opencv.opencv_core.IntVectorVector |
sobelFilterVerticalKernel()
Used for vertical gradient computation in 3x3 Sobel filter
Format - 3x3 matrix, 2nd row must be 0
Default - +1 +2 +1; 0 0 0; -1 -2 -1
|
EdgeDetectorConfigData |
sobelFilterVerticalKernel(org.bytedeco.opencv.opencv_core.IntVectorVector setter) |
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 EdgeDetectorConfigData()
public EdgeDetectorConfigData(long size)
Pointer.position(long).public EdgeDetectorConfigData(Pointer p)
Pointer(Pointer).public EdgeDetectorConfigData position(long position)
public EdgeDetectorConfigData getPointer(long i)
getPointer in class Pointer@ByRef public org.bytedeco.opencv.opencv_core.IntVectorVector sobelFilterHorizontalKernel()
public EdgeDetectorConfigData sobelFilterHorizontalKernel(org.bytedeco.opencv.opencv_core.IntVectorVector setter)
@ByRef public org.bytedeco.opencv.opencv_core.IntVectorVector sobelFilterVerticalKernel()
public EdgeDetectorConfigData sobelFilterVerticalKernel(org.bytedeco.opencv.opencv_core.IntVectorVector setter)
Copyright © 2023. All rights reserved.