How can I split a Mat object/image into M x N equal pieces and store the pieces from left to right and from top down, into a Mat vector using opencv and C++?
Many tha