Relative Content

Tag Archive for pythonopencv

Cropping with Python and OpenCV to get passport ratio photos

I got the following python code that uses OpenCV to take a given picture and then look for a face and crop that face and save it with the word “Cropped” appended to the file name. Although it’s working great, there’s two things I cannot seem to figure out how to do.