Menu

Tree [295b38] default tip /
 History

Read Only access


File Date Author Commit
 ALMcli.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [b34b40] Added support for ERS BIL files
 ALMers.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [b34b40] Added support for ERS BIL files
 AMLcli.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [26b441] Added CLI for AML
 AMLers.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [26b441] Added CLI for AML
 CMakeLists.txt 2012-04-02 Angelos Tzotsos Angelos Tzotsos [295b38] Updated CMake script for Gausian example
 GausianErs.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [d627e0] Added example to use cvERS library with OpenCV
 LICENSE.txt 2012-04-02 Angelos Tzotsos Angelos Tzotsos [bfa62b] Added GPL v3
 README.txt 2012-04-02 Angelos Tzotsos Angelos Tzotsos [97358e] Added Readme.txt
 alm.c 2012-04-02 Angelos Tzotsos Angelos Tzotsos [f44d91] Added ALM implementation
 alm.h 2012-04-02 Angelos Tzotsos Angelos Tzotsos [f44d91] Added ALM implementation
 aml.c 2012-04-02 Angelos Tzotsos Angelos Tzotsos [9e25b1] Added AML implementation
 aml.h 2012-04-02 Angelos Tzotsos Angelos Tzotsos [9e25b1] Added AML implementation
 cvERS.cpp 2012-04-02 Angelos Tzotsos Angelos Tzotsos [b34b40] Added support for ERS BIL files
 cvERS.h 2012-04-02 Angelos Tzotsos Angelos Tzotsos [b34b40] Added support for ERS BIL files

Read Me

Welcome to AML v1.0

AML stands for Anisotropic Morphological Leveling as proposed by K.Karantzalos and D Argialas, 2006
The algorithm is implemented in C with some optimizations for remote sensing imagery. 

AML is Free Software licenced under the GPLv3.

Installation:

1. Dependencies: CMake, OpenCV

2. Run cmake configuration:

cmake -DCMAKE_BUILD_TYPE:STRING="Release" \		#or "Debug"
      -DCMAKE_INSTALL_PREFIX:PATH=/usr \
      -DLIB_SUFFIX="64" 				#use in case of 64bit OS

3. Compile the sources:

make

4. Install:

make install

For problems / suggestions / bugs etc please contact Angelos Tzotsos (tzotsos@gmail.com)