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