@Namespace(value="cv") @Properties(inherit=opencv_tracking.class) public class TrackerCSRT extends Tracker
The implementation is based on \cite Lukezic_IJCV2018 Discriminative Correlation Filter with Channel and Spatial Reliability
Modifier and Type | Class and Description |
---|---|
static class |
TrackerCSRT.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TrackerCSRT(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static TrackerCSRT |
create() |
static TrackerCSRT |
create(TrackerCSRT.Params parameters)
\brief Constructor
|
void |
setInitialMask(GpuMat mask) |
void |
setInitialMask(Mat mask) |
void |
setInitialMask(UMat mask) |
init, init, init, read, update, update, update, write
clear, empty, getDefaultName, position, save, save, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public TrackerCSRT(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static TrackerCSRT create(@Const @ByRef TrackerCSRT.Params parameters)
parameters
- CSRT parameters TrackerCSRT::Params@opencv_core.Ptr public static TrackerCSRT create()
Copyright © 2020. All rights reserved.