Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no, flipping the image won't work. it's probably as simple as :

y' = img.rows - y;

no, flipping the image won't work. it's probably as simple as :

y' = img.rows img.shape[0] - y;