|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MTBSnakePoint2D | |
---|---|
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes | Provides basic datatypes for MiToBo explicit active contours (snakes). |
Uses of MTBSnakePoint2D in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes |
---|
Methods in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes that return MTBSnakePoint2D | |
---|---|
MTBSnakePoint2D |
MTBSnakePoint2D.clone()
Override java.lang.Object.clone() to create and return a copy of this object. |
Methods in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes that return types with arguments of type MTBSnakePoint2D | |
---|---|
Vector<MTBSnakePoint2D> |
MTBSnake.getSnakePoints()
Get snake points as vector of SnakePoint2D objects. |
Method parameters in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes with type arguments of type MTBSnakePoint2D | |
---|---|
void |
MTBSnake.setSnakePoints(Vector<MTBSnakePoint2D> ps)
Set all points of the snake from the specified SnakePoint2D vector object. |
Constructor parameters in de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes with type arguments of type MTBSnakePoint2D | |
---|---|
MTBSnake(Vector<MTBSnakePoint2D> spoints,
boolean cycle)
Constructor to create a new Snake object. |
|
MTBSnake(Vector<MTBSnakePoint2D> spoints,
boolean cycle,
double scale,
boolean isScaled)
Constructor to create a new Snake object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |