No description or website provided.
C++ Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Visual Studio Solution
lib
.gitignore
AppParamsManager.cpp
AppParamsManager.h
CMakeLists.txt
ColorBasedTargetDetector.cpp
ColorBasedTargetDetector.h
DesktopTest.cpp
DesktopTest.h
FpsCounter.cpp
FpsCounter.h
HeadlessApp.cpp
HeadlessApp.h
IMainApplication.h
Main.cpp
README.md
RobotComms.cpp
RobotComms.h
TimeUtils.cpp
TimeUtils.h
remote-build.sh

README.md

OpenCV Temporal Tracking Test Project

Test code to experiment with various tracking algorithms, intended to be run on an NVIDIA Jetson TK1. Can also be used on Linux and Windows PCs.

Note that we won't provide support for this code; it is not necessarily reflective of best practices nor is it guaranteed to be functional.

Setup:

Ensure you have openCV. Set Environment variables:

OPENCV2_VS2015_DIR = "C:\opencv\install\x64\vc14" (sample path)
OPENCV2_VS2015_VER = 2413 (corresponds to 2.4.13)

Command line commands:

setx -m OPENCV2_VS2015_DIR "C:\opencv\install\x64\vc14"
setx -m OPENCV2_VS2015_VER 2413