public class BasicTracker extends Tracker
Constructor and Description |
---|
BasicTracker(byte[] conf)
|
BasicTracker(byte[] conf,
Logger logger)
Construct a tracker with a configuration.
|
Modifier and Type | Method and Description |
---|---|
Tracklet[] |
track(java.io.InputStream videoStream)
Read a video from a URL, and perform pedestrian tracking on it.
|
public BasicTracker(@Nonnull byte[] conf)
public BasicTracker(@Nonnull byte[] conf, @Nullable Logger logger)
conf
- The byte data of the configuration file.