Skip to content

Commit

Permalink
Finish removing MODE/CHANNEL
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Zhao committed Apr 26, 2017
1 parent 70ded02 commit b188a12
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 565 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,5 @@ set(CODEFILES

# GrayScale, Optical Flow
add_executable (flow ${CODEFILES})
set_target_properties (flow PROPERTIES COMPILE_DEFINITIONS "SELECTMODE=1")
set_property(TARGET flow APPEND PROPERTY COMPILE_DEFINITIONS "SELECTCHANNEL=1") # use grey-valued image
TARGET_LINK_LIBRARIES(flow ${OpenCV_LIBS})

Loading

0 comments on commit b188a12

Please sign in to comment.