Package org.opencv.tracking
Class TrackerMedianFlow
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.tracking.Tracker
- 
- org.opencv.tracking.TrackerMedianFlow
 
 
 
- 
 public class TrackerMedianFlow extends Tracker 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.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTrackerMedianFlow(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrackerMedianFlow__fromPtr__(long addr)static TrackerMedianFlowcreate()Constructorprotected voidfinalize()- 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static TrackerMedianFlow __fromPtr__(long addr) 
 - 
createpublic static TrackerMedianFlow create() Constructor- Returns:
- automatically generated
 
 
- 
 
-