Dump intermediate results to PNG images.

This commit is contained in:
2017-10-12 17:09:43 +02:00
parent 672649cfd0
commit 492d84fab0
8 changed files with 164 additions and 9 deletions

View File

@@ -41,4 +41,4 @@ target_link_libraries(fmri ${GLOG_LIBRARIES})
# Require png++
find_package(png++ REQUIRED)
include_directories(${png++_INCLUDE_DIRS})
target_link_libraries(fmri ${png++-LIBRARIES})
target_link_libraries(fmri ${png++_LIBRARIES})