Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
/ tsp-accel Public archive

C++ implementation of Cubic to TSP conversion

Notifications You must be signed in to change notification settings

rainiwu/tsp-accel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsp-accel

Requires OpenCV to be installed on the build computer. Use sudo apt-get install libopencv-dev on Ubuntu.

Instructions

Run CMake using the command cmake . while in the source directory, then run make. An executable should be generated, which may then be run using the command ./tsp <target_video_file> <TP>.

About

C++ implementation of Cubic to TSP conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published