io.visualize
Class ContourVisualizer

java.lang.Object
  extended by io.visualize.ContourVisualizer

public class ContourVisualizer
extends java.lang.Object

visualizing a skeleton object's contours (inner and outer)


Constructor Summary
ContourVisualizer()
           
 
Method Summary
static void visualize(ContourContainer cc, int width, int height)
          Visualize the contours contained in the specified contourcontainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContourVisualizer

public ContourVisualizer()
Method Detail

visualize

public static void visualize(ContourContainer cc,
                             int width,
                             int height)
Visualize the contours contained in the specified contourcontainer.

Parameters:
cc - the contourContainer to be visualized
width - the width of the image
height - the height of the image