AlgART Home

Package net.algart.arrays.morphology

Mathematical morphology algorithms, working with n-dimensional AlgART matrices.

See:
          Description

Interface Summary
Morphology A set of basic operations of mathematical morphology over n-dimensional matrices.
 

Class Summary
AbstractMorphology A skeletal implementation of the Morphology interface to minimize the effort required to implement this interface.
ConstantlyContinuedMorphology The filter allowing to transform any Morphology object to another instance of that interface, which uses constantly continuation.
IterativeErosion Iterative erosion of the matrix.
IterativeOpening Iterative opening of the matrix.
SimpleMorphology The simplest complete implementation of Morphology interface.
 

Package net.algart.arrays.morphology Description

Mathematical morphology algorithms, working with n-dimensional AlgART matrices. Please see Wikipedia about the "Mathematical morphology" concept.

AlgART Laboratory 2007-2008

Since:
JDK 1.5
Version:
1.1
Author:
Daniel Alievsky