|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContourContainer | |
|---|---|
| io.loader.load2D.contours | Containing all data structures to represent contours. |
| io.visualize | Classes needed to visualize/show skeletons and skeleton matching results. |
| Uses of ContourContainer in io.loader.load2D.contours |
|---|
| Methods in io.loader.load2D.contours that return ContourContainer | |
|---|---|
static ContourContainer |
ContourGetter.getCounter(ij.ImagePlus img)
get all inner and outer contours for the object shape in the given, binary image, using Wilhelm Burger's imageJ plugin (http://www.imagingbook.com). |
| Uses of ContourContainer in io.visualize |
|---|
| Methods in io.visualize with parameters of type ContourContainer | |
|---|---|
static void |
ContourVisualizer.visualize(ContourContainer cc,
int width,
int height)
Visualize the contours contained in the specified contourcontainer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||