#include <iostream>#include "depthai/depthai.hpp"#include "deque"#include "unordered_map"#include "unordered_set"Go to the source code of this file.
Classes | |
| class | FeatureTrackerDrawer |
Functions | |
| int | main () |
Variables | |
| static const auto | lineColor = cv::Scalar(200, 0, 200) |
| static const auto | pointColor = cv::Scalar(0, 0, 255) |
| int main | ( | ) |
Definition at line 83 of file feature_tracker.cpp.
|
static |
Definition at line 9 of file feature_tracker.cpp.
|
static |
Definition at line 10 of file feature_tracker.cpp.