version c ok, debut fonctin moteur

This commit is contained in:
AntoineUPMC 2017-04-28 17:28:16 +02:00
parent 36962dc598
commit 997eb6e8a5
81 changed files with 4767 additions and 2 deletions

5
trash/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project( DisplayImage )
find_package( OpenCV REQUIRED )
add_executable( DisplayImage DisplayImage.cpp )
target_link_libraries( DisplayImage ${OpenCV_LIBS} )