1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[CCV] Finished load, modify and save source file

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-04-07 14:12:18 +02:00
parent 22d20c4edb
commit 27b11b6a01
2 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,5 @@
find_package( OpenCV REQUIRED )
add_executable(displayImage displayImage.cpp)
add_executable(loadModifySave loadModifySaveImage.cpp)
target_link_libraries( displayImage ${OpenCV_LIBS} )
target_link_libraries( loadModifySave ${OpenCV_LIBS} )