I'm new in OpenCV. I want to know how is posible to extract a set of Mat from a original Mat like next one:
As you see on the image, I divide the Mat in different regions. Now I want to get the different "subMats" or regions individually.
My question is how can I do that. What is the best way get the list of 36 Mats I must get.
Thanks!