• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Geometry/H14-May-2011-459359

Global/H14-May-2011-3,0652,176

Local/H14-May-2011-2,8162,150

Misc/H03-May-2022-459329

Morphology/H14-May-2011-1,5231,124

Point/H14-May-2011-1,009752

bin/H14-May-2011-561334

include/H14-May-2011-11095

t/H14-May-2011-382266

IPA.cH A D14-May-20111.1 KiB4736

IPA.pmH A D14-May-20115.4 KiB19938

MANIFESTH A D14-May-2011969 5655

META.ymlH A D14-May-2011497 2120

Makefile.PLH A D03-May-20223.4 KiB145119

READMEH A D08-May-20111.1 KiB4230

README

1DESCRIPTION
2===========
3
4IPA stands for Image Processing Algorithms and represents the library of image
5processing operators and functions.  IPA is based on the Prima toolkit (
6http://www.prima.eu.org ), which in turn is a perl-based graphic library. IPA
7is designed for solving image analysis and object recognition tasks with perl.
8
9SOURCE DISTRIBUTION INSTALLATION
10================================
11
12Create a makefile by running Makefile.PL using perl
13and then run make:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20MORE INFORMATION
21================
22
23Visit http://www.prima.eu.org/IPA for the recent versions
24of the library. The mailing list on the library is avialable,
25you can ask questions there. See the homepage for details.
26
27COPYRIGHT AND LICENSE
28=====================
29
30(c) 1997-2002 The Protein Laboratory, University of Copenhagen
31(c) 2003-2009 Dmitry Karasik
32
33This library is free software; you can redistribute it and/or modify it
34under the same terms as Perl itself.
35
36AUTHORS
37=======
38
39Anton Berezin  <tobez@tobez.org>
40Vadim Belman   <voland@lflat.org>
41Dmitry Karasik <dmitry@karasik.eu.org>
42