Global variables

File information

dir = "/Users/nechyba/www/eel6825/course_materials/t5.em_examples/two_objects_data" ;

segmentedFile1 = "kellogs1_segmented.ppm" ; segmentedFile2 = "tide1_segmented.ppm" ; imageType = "PPM" ;

SetDirectory[dir] ;

Replacement color

replacementColor = {0, 255, 0} ;

Plotting options

pointStyle1 = {Orange, PointSize[.01]} ; pointStyle2 = {Purple, PointSize[.01]} ;

Classification region colors

classColor1 = RGBColor[.5, 1, 1] ; classColor2 = RGBColor[1, 1, .5] ; classColors = {classColor1, classColor2} ;

pr = {{0, 255}, {0, 255}} ;


Created by Mathematica  (October 9, 2003)