Package net.algart.matrices.skeletons


package net.algart.matrices.skeletons

Algorithms of skeletonization of binary 2- or n-dimensional AlgART matrices.

This package contains several skeletonization classes, implementing IterativeArrayProcessor interface:

Every iteration of these iterative processors makes all particles (matrix areas, filled by unit elements) little smaller, but saves connectivity of particles (excepting ErodingSkeleton, which does not provide saving connectivity). After finishing all iterations, the resulting matrix, called skeleton, usually contains thin "lines", called skeleton branches, which connect different skeleton nodes (points of intersection of these lines). The class SkeletonScanner allows to detect and analyse the structure of skeleton.

Author:
Daniel Alievsky