Ask Your Question

ido123's profile - activity

2016-09-01 08:16:32 -0600 received badge  Editor (source)
2016-08-31 03:03:34 -0600 asked a question How does OpenCV handles working buffer arguments of IPP?

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