@Namespace(value="cv") public static class opencv_tracking.TrackerMIL extends opencv_tracking.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 |
opencv_tracking.TrackerMIL.Params |
| Constructor and Description |
|---|
TrackerMIL(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerMIL |
create() |
static opencv_tracking.TrackerMIL |
create(opencv_tracking.TrackerMIL.Params parameters)
\brief Constructor
|
init, init, init, read, update, update, update, writeclear, empty, getDefaultName, position, save, save, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TrackerMIL(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_tracking.TrackerMIL create(@Const @ByRef opencv_tracking.TrackerMIL.Params parameters)
parameters - MIL parameters TrackerMIL::Params@opencv_core.Ptr public static opencv_tracking.TrackerMIL create()
Copyright © 2018. All rights reserved.