To run:
	sh build.sh
	hatching test.ppm out.ppm
	
	The output image is save to out.ppm.

Source Code:
	The segmentation part is based on code written by Pedro Felzenszwalb, licensed under the GNU license.
	Some of these files were slightly modified, but hatching.cpp is original.
