Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

import cv will load the old c-api bindings. IplImage and such. try not to use that, as the support for the old api will end soon.

instead, use import cv2, which wraps the c++ api, and uses numpy arrays for images