Global variables

File information

dir = "/Users/nechyba/public_html/eel6825/lectures/lecture6/data" ;

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

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  (September 8, 2003)