|
|
DriveWorks SDK Reference| 0.6.67 Release |
The Camera Tracker sample demonstrates the feature detection and feature tracking capabilities of the dw_features module. It loads a video stream and reads the images sequentially. For each frame, it tracks features from the previous frame and detects new features in the current frame.
The command line for the sample is:
./sample_camera_tracker --video=<video file.h264>
The sample creates a window, displays the video, and overlays the list of features.
There are two modes for feature drawing:
The color represents age of each feature (= how many frames has it been tracked):