Project: Daisy
URL: http://cvlab.epfl.ch/~tola/daisy.html
License: BSD
Upstream version: 1.8.0, released 18-August-2009
Local modifications:
* Remove native makefile original build system.
* Remove Doxyfile file.
* Remove change.log => http://cvlab.epfl.ch/~tola/research/08/daisy/change.log
* Code changes :
* include/kutility/math.h => unused fonction parameter fix.
* src/daisy.cpp => error compilation fix display function usage with a 2D array.
* src/image_manipulation.cpp => Add preprocessor to avoid omp compilation directive to be in all compilation mode.
* kutility/kutility.def => fix isnan() on windows platform and OPENMP 'omp' include.
* Change to add use of unused parameter.
* make convolution code better : convolution.h use template<class T> inline void convolve_sym
* fix layer issue un daisy.cpp (memory error in valgrind)
* Make it compile on platforms without large file support (mmap64, open64 and friends).