How does OpenCV handles working buffer arguments of IPP?

asked 2016-08-31 03:00:21 -0600

ido123 gravatar image

updated 2016-09-01 08:16:32 -0600

I use cv::inpaint repeatedly with the same mask and the same images sizes. How does open cv handles the working buffer when calling IPP inpaint function? Does openCV allocates the working buffer again each time or does it implicitly allocated it only once?

Ido

edit retag flag offensive close merge delete