Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cornebise <jucor@google.com>2014-07-24 13:31:48 +0400
committerJulien Cornebise <jucor@google.com>2014-07-24 13:31:48 +0400
commit082080dfee2484cc1b7b3269a0a4408e839d12c5 (patch)
treee50c0a7a16705d947bcf814a9a9e707d1c496341 /CMakeLists.txt
parent7d78fd8f97897fa1c6919a2b841c20323f125509 (diff)
Add Fabio image as alternative to Lena
Fabio is a nice gender-balancing variation on lena, introduced in 2012 See: http://www.claremontmckenna.edu/news/every-picture-tells-a-story/ and first use in http://arxiv.org/abs/1202.6429 along with original file on http://nuit-blanche.blogspot.co.uk/2012/03/let-there-be-only-one-fabio.html Its cons: gray-scale only Its pros: * matches lena's type of features, * is enough well known thanks to the noise arounds its first use, * is gender-balancing and a step away from unconscious brogramming :) Hope this will make it in!
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 378afe3..43fd348 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ else (PNG_FOUND)
endif (PNG_FOUND)
SET(src image.c)
-SET(luasrc init.lua lena.jpg lena.png lena_full.jpg lena_full.png win.ui)
+SET(luasrc init.lua fabio.jpg fabio.png lena.jpg lena.png lena_full.jpg lena_full.png win.ui)
ADD_TORCH_PACKAGE(image "${src}" "${luasrc}" "Image Processing")
TARGET_LINK_LIBRARIES(image luaT TH)