@Namespace(value="cv") @Properties(inherit=opencv_tracking.class) public class TrackerBoosting extends Tracker
This is a real-time object tracking based on a novel on-line version of the AdaBoost algorithm. 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 |
TrackerBoosting.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TrackerBoosting(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static TrackerBoosting |
create() |
static TrackerBoosting |
create(TrackerBoosting.Params parameters)
\brief Constructor
|
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 TrackerBoosting(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static TrackerBoosting create(@Const @ByRef TrackerBoosting.Params parameters)
parameters
- BOOSTING parameters TrackerBoosting::Params@opencv_core.Ptr public static TrackerBoosting create()
Copyright © 2020. All rights reserved.