@Namespace(value="cv") public static class opencv_tracking.TrackerMedianFlow extends opencv_tracking.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 |
opencv_tracking.TrackerMedianFlow.Params |
| Constructor and Description |
|---|
TrackerMedianFlow(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerMedianFlow |
create() |
static opencv_tracking.TrackerMedianFlow |
create(opencv_tracking.TrackerMedianFlow.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 TrackerMedianFlow(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_tracking.TrackerMedianFlow create(@Const @ByRef opencv_tracking.TrackerMedianFlow.Params parameters)
parameters - Median Flow parameters TrackerMedianFlow::Params@opencv_core.Ptr public static opencv_tracking.TrackerMedianFlow create()
Copyright © 2018. All rights reserved.