Introduction - If you have any usage issues, please Google them yourself
The Segmentation.cc file originally contained a quickSort function
taken from the book Numerical Recipes in C. Recently I became aware
that the NRC authors prohibit redistribution of their source. To
comply with their license, I have removed the body of the quickSort
function- I suggest that anyone who wishes to use the code should
simply replace it with a call to the standard C library function