Package de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes

Provides basic datatypes for MiToBo explicit active contours (snakes).

See:
          Description

Class Summary
MTBSnake Active Contour (Snake) datatype.
MTBSnakePoint2D Class to implement 2D snake points with a special structure: (snake points means control points of the snake, on which the snake energy is calculated and optimized) - every snake point has an old index (position) within the snake, if the point does not exists before, the old index is set to -1 by default - every snake point has a Point2D.Double object for point coordinates
SnakeHelperOperators Helper class with internal operators for snakes.
 

Package de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes Description

Provides basic datatypes for MiToBo explicit active contours (snakes).

Author:
misiak, moeller