@Namespace(value="cv::rapid") @Properties(inherit=opencv_rapid.class) public class Tracker extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Tracker(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearState() |
float |
compute(GpuMat img,
int num,
int len,
GpuMat K,
GpuMat rvec,
GpuMat tvec) |
float |
compute(GpuMat img,
int num,
int len,
GpuMat K,
GpuMat rvec,
GpuMat tvec,
TermCriteria termcrit) |
float |
compute(Mat img,
int num,
int len,
Mat K,
Mat rvec,
Mat tvec) |
float |
compute(Mat img,
int num,
int len,
Mat K,
Mat rvec,
Mat tvec,
TermCriteria termcrit) |
float |
compute(UMat img,
int num,
int len,
UMat K,
UMat rvec,
UMat tvec) |
float |
compute(UMat img,
int num,
int len,
UMat K,
UMat rvec,
UMat tvec,
TermCriteria termcrit) |
clear, 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, 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 Tracker(Pointer p)
Pointer(Pointer).public float compute(@ByVal Mat img, int num, int len, @ByVal Mat K, @ByVal Mat rvec, @ByVal Mat tvec, @Const @ByRef(nullValue="cv::TermCriteria(cv::TermCriteria::MAX_ITER | cv::TermCriteria::EPS, 5, 1.5)") TermCriteria termcrit)
public float compute(@ByVal Mat img, int num, int len, @ByVal Mat K, @ByVal Mat rvec, @ByVal Mat tvec)
public float compute(@ByVal UMat img, int num, int len, @ByVal UMat K, @ByVal UMat rvec, @ByVal UMat tvec, @Const @ByRef(nullValue="cv::TermCriteria(cv::TermCriteria::MAX_ITER | cv::TermCriteria::EPS, 5, 1.5)") TermCriteria termcrit)
public float compute(@ByVal UMat img, int num, int len, @ByVal UMat K, @ByVal UMat rvec, @ByVal UMat tvec)
public float compute(@ByVal GpuMat img, int num, int len, @ByVal GpuMat K, @ByVal GpuMat rvec, @ByVal GpuMat tvec, @Const @ByRef(nullValue="cv::TermCriteria(cv::TermCriteria::MAX_ITER | cv::TermCriteria::EPS, 5, 1.5)") TermCriteria termcrit)
public float compute(@ByVal GpuMat img, int num, int len, @ByVal GpuMat K, @ByVal GpuMat rvec, @ByVal GpuMat tvec)
public void clearState()
Copyright © 2022. All rights reserved.