We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29407b9 commit ea9f415Copy full SHA for ea9f415
demos/pedestrian_tracker_demo/src/tracker.cpp
@@ -816,9 +816,6 @@ cv::Mat PedestrianTracker::DrawActiveTracks(const cv::Mat &frame) {
816
return out_frame;
817
}
818
819
-const cv::Size kMinFrameSize = cv::Size(320, 240);
820
-const cv::Size kMaxFrameSize = cv::Size(1920, 1080);
821
-
822
void PedestrianTracker::PrintReidPerformanceCounts(std::string fullDeviceName) const {
823
if (descriptor_strong_) {
824
descriptor_strong_->PrintPerformanceCounts(fullDeviceName);
0 commit comments