Menu

Tree [f43975] master /
 History

HTTPS access


File Date Author Commit
 animal 2016-11-25 Ricardo Fabbri Ricardo Fabbri [05cda2] imagemagick detection in configure ac now done ...
 config 2016-11-25 Ricardo Fabbri Ricardo Fabbri [05cda2] imagemagick detection in configure ac now done ...
 images 2005-07-20 Angus Errington Angus Errington [400266] Initial import
 src 2012-03-13 Ricardo Fabbri Ricardo Fabbri [b28b95] changelog upd
 .gitignore 2012-06-18 Ricardo Fabbri Ricardo Fabbri [da89c7] just 1 spurious git status file left now
 CMakeLists.txt 2010-09-25 Zhang Cheng Zhang Cheng [6a96f7] Improved CMakeLists.txt
 COPYING.txt 2005-07-20 Angus Errington Angus Errington [400266] Initial import
 ChangeLog.txt 2012-03-13 Ricardo Fabbri Ricardo Fabbri [b28b95] changelog upd
 INSTALL.txt 2011-08-09 Ricardo Fabbri Ricardo Fabbri [d7ff18] email to ricardofabbri@...
 Makefile.am 2009-04-03 Ricardo Fabbri Ricardo Fabbri [caeed7] *** empty log message ***
 README.txt 2011-08-09 Ricardo Fabbri Ricardo Fabbri [3c6c99] silly change for testing hook
 TODO.txt 2011-08-09 Ricardo Fabbri Ricardo Fabbri [34808d] silly copyright date stamp to test commit hook
 autogen.sh 2005-07-20 Angus Errington Angus Errington [400266] Initial import
 configure.ac 2016-11-25 Ricardo Fabbri Ricardo Fabbri [f43975] added LIBS, builds all examples

Read Me

AnImaL - AN IMAging Library

DESCRIPTION
===========

AnImaL is an imaging and computer vision library written in C.  Differently
from most other toolkits, it is intended to provide the maximum functionality
by making strong usage of similar libraries. It is intended to be a common
API to the best free imaging and computer vision libraries already available,
such as ImageMagick.  By defining a common API and using external
libraries, AnImaL selects the best implementation available in them to
implement a particular algorithm. This way AnImaL unites the best from the
other libraries it uses.

Of course, AnImaL has its own implementations for many routines. But whenever
possible, it uses a external routines. This code reuse makes development
much faster than monolithic libraries, which have to implement their own
solution for everything, ignoring excellent code already available out there.

AnImaL is fairly portable, like the other libraries it uses.

INSTALLATION
============
Please read the INSTALL.txt file


EXAMPLES
========

See the EXAMPLES.txt in the src directory for instructions
on how to compile programs that use AnImaL.


HISTORICAL NOTES
================

Animal was created for SIP, the Scilab Image Processing toolbox
(http://siptoolbox.sourceforge.net).  It has become independent of
SIP and Scilab, but it has influences from its origins. For example,
FFT and some other numerical operations are not yet implemented
in Animal, as its primary author uses Scilab for this. It is our
purpose to use/merge a library like Gandalf for some linear algebra
and computer vision algorithms (http://gandalf-library.sf.net). We
started doing this in Animal 0.6.0. We have been improving Gandalf
by merging enhanced versions of it into Animal instead of improving
Gandalf directly.

Copyright (c) 2003-2011  Ricardo Fabbri <rfabbri@users.sourceforge.net>