
	This directory contains kernels for binary morphological 
	operations: erosion & dilation.  These are just small images
	of specific shapes, such as circles and diamonds, and different
	sizes (5, 6, 7... pixels).  They help to define morphological 
	shape filters.  They differ from ordinary images in that they 
	are binary (all pixels are 0 or 255) and they have an 'origin' 
	defined: this is an (x,y) address that acts as a reference point.  
	This is defined using the two 'ispare' locations in the Khoros header.

circle11.mor 	a circle with a diameter of 11 pixels
circle5.mor 	a circle with a diameter of 5 pixels
circle6.mor 	a circle with a diameter of 6 pixels
circle7.mor 	a circle with a diameter of 7 pixels
diamond5.mor	a diamond with a diameter of 5 pixels
diamond7.mor	a diamond with a diameter of 7 pixels
square5.mor	a square with a diameter of 7 pixels
