Black and White Conversion

This module will take in a color image (in memory) and convert it into a black and white binary image, which is able to be used internally.

It also performs noise reduction on the image by checking adjacent pixels to the current pixel and taking an average of those pixels.



David Goodwin 2008-10-21