Package | Description |
---|---|
org.openimaj.video.processing.timefinder | |
org.openimaj.video.processing.tracking |
Modifier and Type | Method and Description |
---|---|
<I extends Image<?,I>,O> |
ObjectTimeFinder.trackObject(ObjectTracker<O,I> objectTracker,
Video<I> video,
VideoTimecode keyframeTime,
Rectangle bounds,
ObjectTimeFinder.TimeFinderListener<O,I> listener)
Given a video, a keyframe (timecode) and a region of the image,
this method will attempt to track the the contents of the rectangle
from the given frame, back and forth to find the place
at which the object appears and disappears from the video.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMBFImageObjectTracker
A tracker that will track one rectangular region using the KLTTracker from
MBFImages.
|
class |
BasicObjectTracker
A tracker that will track one rectangular region using the KLTTracker.
|