Class TrackerMIL
java.lang.Object
org.opencv.video.Tracker
org.opencv.video.TrackerMIL
The MIL algorithm trains a classifier in an online manner to separate the object from the
background.
Multiple Instance Learning avoids the drift problem for a robust tracking. The implementation is
based on CITE: MIL .
Original code can be found here <http://vision.ucsd.edu/~bbabenko/project_miltrack.shtml>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TrackerMIL__fromPtr__(long addr) static TrackerMILcreate()Create MIL tracker instancestatic TrackerMILcreate(TrackerMIL_Params parameters) Create MIL tracker instanceprotected voidfinalize()Methods inherited from class Tracker
getNativeObjAddr, init, update
-
Constructor Details
-
TrackerMIL
protected TrackerMIL(long addr)
-
-
Method Details
-
__fromPtr__
-
create
Create MIL tracker instance- Parameters:
parameters- MIL parameters TrackerMIL::Params- Returns:
- automatically generated
-
create
-
finalize
-