@Namespace(value="cv") @Properties(inherit=opencv_tracking.class) public class TrackerMedianFlow extends Tracker
Implementation of a paper \cite MedianFlow .
The tracker is suitable for very smooth and predictable movements when object is visible throughout
the whole sequence. It's quite and accurate for this type of problems (in particular, it was shown
by authors to outperform MIL). During the implementation period the code at
Modifier and Type | Class and Description |
---|---|
static class |
TrackerMedianFlow.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TrackerMedianFlow(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static TrackerMedianFlow |
create() |
static TrackerMedianFlow |
create(TrackerMedianFlow.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 TrackerMedianFlow(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static TrackerMedianFlow create(@Const @ByRef TrackerMedianFlow.Params parameters)
parameters
- Median Flow parameters TrackerMedianFlow::Params@opencv_core.Ptr public static TrackerMedianFlow create()
Copyright © 2020. All rights reserved.