python_imagerecog_face Just seeing how easy it is to get python to do image enhancement for machine vision. Turns out, not hard at all. This script loads up an image, puts it into a numpy array, runs a scipy Sobel filter on it, then displays it with matplotlib.