Ask Your Question

GoldenBug's profile - activity

2019-06-07 02:22:22 -0600 received badge  Student (source)
2019-06-06 19:08:14 -0600 commented answer Replace subsection of Mat with another Mat.

Interesting, Thank you!

2019-06-06 19:08:03 -0600 marked best answer Replace subsection of Mat with another Mat.

I have an image stored in a Mat object (BigImage). I also have a smaller Mat image that fits inside the bounds of first mat object (SmallImage).

Currently I'm replacing a section of BigImage with SmallImage. I'm doing this by iterating and doing a pixel by pixel assignment from SmallImage to BigImage.

Is there a faster way of doing thing?

2019-06-06 19:08:03 -0600 received badge  Scholar (source)
2019-06-06 19:03:37 -0600 commented answer Replace subsection of Mat with another Mat.

Is this any more performant, or just more succinct?

2019-06-06 12:49:45 -0600 asked a question Replace subsection of Mat with another Mat.

Replace subsection of Mat with another Mat. I have an image stored in a Mat object (BigImage). I also have a smaller Ma