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