Ask Your Question

milkdude's profile - activity

2020-11-15 01:39:08 -0600 received badge  Notable Question (source)
2020-05-18 18:23:00 -0600 received badge  Popular Question (source)
2015-09-27 18:49:13 -0600 commented answer Method to subdivide image into multiple images?

Thanks sturkmen, don't know how I missed it when searching!

2015-09-27 18:48:54 -0600 received badge  Scholar (source)
2015-09-24 07:57:38 -0600 received badge  Student (source)
2015-09-23 22:00:53 -0600 asked a question Method to subdivide image into multiple images?

I am looking to see if openCV has any built in functionality for creating a(for example) 10x10 grid across a sub-region of the image, and then doing the same thing across the whole image so each section can be processed individually in a list.

Essentially turning this single image: image description

Into an array of smaller images: image description

I haven't been able to find this anywhere in openCV's libraries, I feel like it should be there. If not, then I was thinking of implementing my own solution.