This directory contains C++ implementations of SIFT Flow [Liu et al., PAMI 2011], the domain transform [Gastal and Oliveira, SIGGRAPH 2011] and the practical temporal consistency framework [Lang et al., SIGGRAPH 2012], as used in our work: Temporally Coherent Video De-Anaglyph Joan Sol Roo and Christian Richardt Talk and Poster at SIGGRAPH 2014, August 2014 If you use our code, please cite us. Thanks. Copyright (c) 2014 Joan Sol Roo and Christian Richardt Code licence: CeCILL-B (v1) ---------------------------------------------------------------------------------------------------- CeCILL-B follows the principle of the popular BSD license and its variants (Apache, X11 or W3C among others). In exchange for strong citation obligations (in all software incorporating a program covered by CeCILL-B and also through a Web site), the author authorizes the reuse of its software without any other constraints. A copy of this license is included with this source code. If not, please see: Version history ---------------------------------------------------------------------------------------------------- v1.0 (released 2014-08-07): - Initial public version. Requirements ---------------------------------------------------------------------------------------------------- - CMake -- Tested with versions 2.8.12 and 3.0.0 - OpenCV -- Tested with versions 2.4.3 and 2.4.8 - Optional: OpenMP (for multi-threaded computations) Tested with: - Xcode 5.1 on OS X 10.9.4 - Visual Studio 2010 and 2012 on Windows 7 SP1 (x64). Instructions for compilation ---------------------------------------------------------------------------------------------------- 1. Generate a project or makefile using CMake, for example using CMake-gui. 2. Compile the libraries, the de-anaglyph tool and optional example programs. 3. Run the example programs: - DomainTransformColorizationExample - DomainTransformFilteringExample - SiftFlowExample - or DeAnaglyph, the main video de-anaglyph tool