Code Monkey home page Code Monkey logo

ipl's Introduction

IPL
-------------
IPL (Image Processing Library) is a collection of C routines for
digital image processing, providing algorithms for image filtering,
enhancement and segmentation, motion analysis and features detection.

IPL is developed and maintained by Andrea Gagliardi La Gala
([email protected]).


APPLICABILITY
-------------
IPL's objective is to support research in a variety of domains and
industries, including:
  - Medical Imaging (enhancement of Gamma-Ray, X-Ray, Magnetic
    Resonances and ultrasound images, such as bone and CT scans)
  - Astronomical Imaging
  - Forensic Imaging (enhancement of fingerprints and their ridges)
  - Visual inspection of manufactured goods
  - Surveillance systems

Disclaimer: IPL is not approved or endorsed by any Organizations operating
in the industries mentioned above, not even for clinical or diagnostic usage,
and should not be relied upon for any diagnostic decisions. It is provided
'as is' and any risks associated with its misuse or lack of quality lie
completely with the user. The only purpose of IPL is to support and enhance
research in the enlisted areas.


LICENSING
-------------
IPL is released under the terms of the GNU General Public License version 3,
which lets you freely redistribute it and/or modify it, as long as you preserve
the credit information and license your derived work under the identical terms.


EXTERNAL LIBS
-------------
IPL depends on and extends:
  - Leptonica library by Dan S. Bloomberg (http://www.leptonica.com/)

and (optionally) integrates:
  - FFTW library by Matteo Frigo and Steven G. Johnson (http://www.fftw.org/)
  - fuzzylite C++ library by Juan Rada-Vilela (http://code.google.com/p/fuzzy-lite/)

to achieve fast and efficient image filtering and manipulation within the frequency
domain (using the Discrete Fourier Transform and its inverse) and by using Fuzzy
Logic (based on the theory of Fuzzy Sets first devised by Lotfi Zadeh).


HOW TO BUILD
-------------
IPL can be compiled by any modern C99 compiler and runs on all major UNIX-based
platforms. To build it:
  - install Leptonica 1.68 (see instructions on Leptonica web pages)
  - optionally install FFTW 3.2.2 (see instructions on FFTW web pages)
  - optionally install fuzzylite 1.03 (see instructions on fuzzylite web pages)
  - type in console:
    ./configure [--prefix install-dir]
    make
    make install


TUTORIALS
-------------
Watch out for our IPL tutorials published on Wiki (http://code.google.com/p/ipl/w/list) or contact us for commercial licensing options.

ipl's People

Contributors

alagala avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.