O - Type of object trackedI - Type of Imagepublic static interface ObjectTimeFinder.TimeFinderListener<O,I>
| Modifier and Type | Method and Description |
|---|---|
void |
objectTracked(List<O> objects,
VideoTimecode time,
I frame)
Called when an object is tracked in the video.
|
void objectTracked(List<O> objects, VideoTimecode time, I frame)
objects - The objects being trackedtime - The timecode of the frame in which the object was found.frame - The frame in which the object was found.