I have a vector<Mat>
with images with different size.
Then I have a bigger image (let's say 640x480
) I want to make a grid like this:
With variable numbers of cols. How would you do that?
1 | initial version |
I have a vector<Mat>
with images with different size.
Then I have a bigger image (let's say 640x480
) I want to make a grid like this:
With variable numbers of cols. How would you do that?
2 | No.2 Revision |
I have a vector<Mat>
with images with different size.
Then I have a bigger image (let's say 640x480
) I want to make a grid collage like this:
With variable numbers of cols. How would you do that?