Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions camart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import os.path
import sys

# relative module
sys.path.append('../opencv/samples/python')
import video

import contour_util
Expand Down
8 changes: 0 additions & 8 deletions createlinks.sh

This file was deleted.

6 changes: 5 additions & 1 deletion opti.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

import math
import numpy as np

import sys
'''
from url = git://github.com/dmishin/tsp-solver.git
'''
sys.path.append('../tsp-solver')
from tsp_solver.greedy_numpy import solve_tsp

import contour_util
Expand Down