Package org.opencv.video
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 org.opencv.video.Tracker
getNativeObjAddr, init, update
-
Constructor Details
-
TrackerMIL
protected TrackerMIL(long addr)
-
-
Method Details