Lets say I have an ROI with a height of 100 pixels. I want to copy all the pixels from the first row and
paste them onto the next 99 rows. Of course, I know that I can loop through the rows
and do it.
My question, is there a fast optimized way to do this in IPP, where the algorithm just pastes the same set of pixels
onto the entire ROI.
(This is uesful if you want to expand an image at a given x-y coordinate.)