Giter Site home page Giter Site logo

pymorph's Introduction

PYMORPH

Summary

This image morphology toolbox implements the basic binary and greyscale morphology operations, working with numpy arrays representing images.

This is a pure Python package which is the companion package to the book "Hands-on Morphological Image Processing." It has been updated to work with numpy and the names and interfaces have been Pythonised.

Includes basic operations such as - erode - dilate - open - tophat opening - watershed - ...

Website: http://luispedro.org/software/pymorph

API Documentation: http://packages.python.org/pymorph/

Mailing List: Use the pythonvision mailing list for questions, bug submissions, etc.

Install

One of

pip install pymorph
easy_install pymorph

or download and run

python setup.py install

See Also

The package mahotas implements some of the same functions in C++ and, so, it is much faster (even if it is not as feature-full).

Status & Future Plans

The package is actively maintained and any reported bug will be fixed fast.

Currently there are no known bugs (although testing coverage is not complete).

When all functions have a corresponding unit test and the whole of the API documentation has been re-written into numpy rst format, I will release version 1.0.

Copyright 2003, Roberto A. Lotufo, UNICAMP-University of Campinas; CenPRA-Renato Archer Research Center, Rubens C. Machado.

Copyright 2008-2010, Luis Pedro Coelho <[email protected]>

The original package was written by RAF and RCM. Starting June 2008 (with release 0.88), LPC updated the code to run on the more modern numpy base and started fixing bugs and maintaining the package.

Pymorph is ruled by the BSD License Terms:

pymorph's People

Stargazers

 avatar

Watchers

 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.