Package org.opencv.tracking
Class legacy_TrackerMedianFlow
java.lang.Object
org.opencv.core.Algorithm
org.opencv.tracking.legacy_Tracker
org.opencv.tracking.legacy_TrackerMedianFlow
the Median Flow 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
<http://www.aonsquared.co.uk/node/5>, the courtesy of the author Arthur Amarra, was used for the
reference purpose.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic legacy_TrackerMedianFlow
__fromPtr__
(long addr) static legacy_TrackerMedianFlow
create()
Constructorprotected void
finalize()
Methods inherited from class org.opencv.tracking.legacy_Tracker
init, update
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
legacy_TrackerMedianFlow
protected legacy_TrackerMedianFlow(long addr)
-
-
Method Details
-
__fromPtr__
-
create
Constructor- Returns:
- automatically generated
-
finalize
- Overrides:
finalize
in classlegacy_Tracker
- Throws:
Throwable
-