@Namespace(value="cv") @Properties(inherit=opencv_video.class) public class TrackerMIL extends Tracker
Multiple Instance Learning avoids the drift problem for a robust tracking. The implementation is based on \cite MIL .
Original code can be found here
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackerMIL.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TrackerMIL(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TrackerMIL |
create() |
static TrackerMIL |
create(TrackerMIL.Params parameters)
\brief Create MIL tracker instance
|
init, init, init, update, update, updateaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TrackerMIL(Pointer p)
Pointer(Pointer).@opencv_core.Ptr public static TrackerMIL create(@Const @ByRef(nullValue="cv::TrackerMIL::Params()") TrackerMIL.Params parameters)
parameters - MIL parameters TrackerMIL::Params@opencv_core.Ptr public static TrackerMIL create()
Copyright © 2021. All rights reserved.