Package org.opencv.tracking
Class legacy_TrackerBoosting
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.tracking.legacy_Tracker
- 
- org.opencv.tracking.legacy_TrackerBoosting
 
 
 
- 
 public class legacy_TrackerBoosting extends legacy_Tracker the Boosting 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 .
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedlegacy_TrackerBoosting(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static legacy_TrackerBoosting__fromPtr__(long addr)static legacy_TrackerBoostingcreate()Constructorprotected voidfinalize()- 
Methods inherited from class org.opencv.tracking.legacy_Trackerinit, update
 - 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static legacy_TrackerBoosting __fromPtr__(long addr) 
 - 
createpublic static legacy_TrackerBoosting create() Constructor- Returns:
- automatically generated
 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- legacy_Tracker
- Throws:
- java.lang.Throwable
 
 
- 
 
-