@Namespace(value="cv") public static class opencv_tracking.TrackerBoosting extends opencv_tracking.Tracker
The classifier uses the surrounding background as negative examples in update step to avoid the drifting problem. The implementation is based on \cite OLB .
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerBoosting.Params |
| Constructor and Description |
|---|
TrackerBoosting(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerBoosting |
create() |
static opencv_tracking.TrackerBoosting |
create(opencv_tracking.TrackerBoosting.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 TrackerBoosting(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_tracking.TrackerBoosting create(@Const @ByRef opencv_tracking.TrackerBoosting.Params parameters)
parameters - BOOSTING parameters TrackerBoosting::Params@opencv_core.Ptr public static opencv_tracking.TrackerBoosting create()
Copyright © 2018. All rights reserved.