Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishg committed Jun 1, 2016
1 parent b4875e6 commit a1814f7
Show file tree
Hide file tree
Showing 91 changed files with 149 additions and 3,335 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 2.8.11)
project(FISHEYE_STEREO)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

find_package(OpenCV REQUIRED)
include_directories($(OpenCV_INCLUDE_DIRS))

add_executable(calibrate calibrate.cpp)
target_link_libraries(calibrate ${OpenCV_LIBS})
347 changes: 0 additions & 347 deletions build/CMakeCache.txt

This file was deleted.

Loading

0 comments on commit a1814f7

Please sign in to comment.