
		TEST WORKSPACES FOR VIPL AND CONTROLS


OVERVIEW

These workspaces are generated for testing and illustration purposes only; 
therefore, they do not perform any useful functions.
 
       COUNT:  illustrates the looping capability in cantata.

     IF-ELSE:  illustrates the IF-THEN-ELSE and the MERGE functions.

	 FFT:  testing correctness for vfft and vconvolve + misc. routines.

        VIPL:  tests general vipl routines and illustrates the usage of a
	       sub-procedure.

  WHILE LOOP:  demonstrates the WHILE-LOOP structure by creating a condition
	       controlled loop.  (Note that 'mean' should be initialized to 
	       some value > 0.5 with the "Variables" pane.)

        EDGE:  Gives an example of how to use khoros to process an edge based
               segmentation on grey level images by running a SOBEL, a morphology
               skeletonization routine and a boundaries closing algorithm.
