Skip to content

Commit

Permalink
sync 2017/10/08
Browse files Browse the repository at this point in the history
  • Loading branch information
whitelok committed Oct 8, 2017
1 parent 3658ea4 commit 7b12423
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 2.8)
project( ImageBackgroundRemover )
set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -v")
aux_source_directory(src SOURCE_FILES)
#set(SOURCE_FILES src/main.cpp src/LDBM.h src/LDBM.cpp)
find_package( OpenCV REQUIRED )
find_package( Eigen3 REQUIRED )

add_executable( ImageBackgroundRemover ${SOURCE_FILES} )

target_link_libraries( ImageBackgroundRemover ${OpenCV_LIBS} )
target_link_libraries( ImageBackgroundRemover ${Eigen_LIBS} )
Binary file added resources/ldbm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b12423

Please sign in to comment.