EasyTrain -- color image segmentation training program for CMVision.

To compile EasyTrain, do:

  javac *.java

To try out EasyTrain after compilation, do:

  java EasyTrain -isYUV *.png

Some test images are provided along with the source.

========================================================

Credits:  EasyTrain was created by Eric Durback, Matt Carson, and
Dave Touretzky, with help from Ethan Tira-Thompson, based on an earlier
program (VisionTrain) by Alok Ladsariya, all at Carnegie Mellon, and 
using design ideas from yet another program (TileTrain) by Rob Salkin
and Shawn Turner at SUNY Albany.
