SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

DESCRIPTION

IPA stands for Image Processing Algorithms and represents the library of image processing operators and functions. IPA is based on the Prima toolkit ( http://www.prima.eu.org ), which in turn is a perl-based graphic library. IPA is designed for solving image analysis and object recognition tasks with perl.

SOURCE DISTRIBUTION INSTALLATION

Create a makefile by running Makefile.PL using perl and then run make ( or gmake, or nmake for Win32 and OS/2):

perl Makefile.PL
make
make test
make install

If some of the required libraries or include files can not be found, INCPATH+=/some/include and LIBPATH+=/some/lib semantics should be used to tell Makefile.PL about these.

To install into a private library, for example your home directory:

perl Makefile.PL PREFIX=$HOME/lib/perl

Look in Makefile.PL for further details.

MORE INFORMATION

Visit http://www.prima.eu.org/IPA for the recent versions of the library. The mailing list on the library is avialable, you can ask questions there. See the homepage for details.

COPYRIGHT

(c) 1997-2002 The Protein Laboratory, University of Copenhagen

AUTHORS

Anton Berezin <tobez@tobez.org>
Vadim Belman <voland@lflat.org>
Dmitry Karasik <dmitry@karasik.eu.org>


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.