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

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

See:
          Description

Class Summary
MTBSet_SnakeEnergyComputable Container data type for snake energies in nonPDE approaches.
MTBSet_SnakeEnergyDerivable Container data type for snake energies in PDE approaches.
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
 

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

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

Author:
misiak, moeller


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.