@Namespace(value="cv::rapid") @Properties(inherit=opencv_rapid.class) public class OLSTracker extends Tracker
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
OLSTracker(Algorithm pointer)
Downcast constructor.
|
OLSTracker(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OLSTracker |
create(GpuMat pts3d,
GpuMat tris) |
static OLSTracker |
create(GpuMat pts3d,
GpuMat tris,
int histBins,
byte sobelThesh) |
static OLSTracker |
create(Mat pts3d,
Mat tris) |
static OLSTracker |
create(Mat pts3d,
Mat tris,
int histBins,
byte sobelThesh) |
static OLSTracker |
create(UMat pts3d,
UMat tris) |
static OLSTracker |
create(UMat pts3d,
UMat tris,
int histBins,
byte sobelThesh) |
asAlgorithm, asAlgorithm, clearState, compute, compute, compute, compute, compute, computeclear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, 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 OLSTracker(Pointer p)
Pointer(Pointer).public OLSTracker(Algorithm pointer)
@opencv_core.Ptr public static OLSTracker create(@ByVal Mat pts3d, @ByVal Mat tris, int histBins, @Cast(value="uchar") byte sobelThesh)
@opencv_core.Ptr public static OLSTracker create(@ByVal Mat pts3d, @ByVal Mat tris)
@opencv_core.Ptr public static OLSTracker create(@ByVal UMat pts3d, @ByVal UMat tris, int histBins, @Cast(value="uchar") byte sobelThesh)
@opencv_core.Ptr public static OLSTracker create(@ByVal UMat pts3d, @ByVal UMat tris)
@opencv_core.Ptr public static OLSTracker create(@ByVal GpuMat pts3d, @ByVal GpuMat tris, int histBins, @Cast(value="uchar") byte sobelThesh)
@opencv_core.Ptr public static OLSTracker create(@ByVal GpuMat pts3d, @ByVal GpuMat tris)
Copyright © 2025. All rights reserved.