Package io.loader.load2D.contours

Containing all data structures to represent contours.

See:
          Description

Class Summary
Contour data structure to hold contour information, part of Wilhelm Burger's imageJ plugin (http://www.imagingbook.com/)
ContourContainer A data structure to hold an object shape's inner and outer contours.
ContourGetter get the contours (inner and outer) for the object shape in a specified image.
ContourTracer tracing the contour of an object shape in a given binary image - Wilhelm Burger's imageJ plugin (http://www.imagingbook.com/)
 

Package io.loader.load2D.contours Description

Containing all data structures to represent contours.