update supported extensions format

pull/249/head
edgarriba 2015-11-17 13:59:41 +00:00
rodzic 03b4a341b8
commit 3ad5842d6a
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -5,4 +5,7 @@ scripts_path = os.path.abspath(os.path.dirname(__file__))
superbuild_path = os.path.join(scripts_path[:-7], 'SuperBuild/')
pyopencv_path = os.path.join(superbuild_path, 'lib/python2.7/dist-packages')
opensfm_path = os.path.join(superbuild_path, "src/opensfm")
opensfm_path = os.path.join(superbuild_path, "src/opensfm")
# Define supported image extensions
supported_extensions = {'.jpg','.jpeg'}