jaitools.demo.vectorize
Class VectorizeDemo

java.lang.Object
  extended by jaitools.demo.vectorize.VectorizeDemo

public class VectorizeDemo
extends Object

Demonstrates the Vectorize operator which generates JTS Polygons representing the boundaries of regions with uniform value in a source image.

The code has examples of the different parameters that can be used to vectorize a subset of the source image by bounds (using an ROI) or by pixel value.

Since:
1.1
Version:
$Id: VectorizeDemo.java 1386 2011-02-11 03:47:53Z michael.bedward $
Author:
Michael Bedward

Constructor Summary
VectorizeDemo()
           
 
Method Summary
static void main(String[] args)
          Run the demo application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorizeDemo

public VectorizeDemo()
Method Detail

main

public static void main(String[] args)
Run the demo application.

Parameters:
args - ignored


Copyright © 2009-2011. All Rights Reserved.