Ask Your Question

Revision history [back]

cvInpaint has a bug?

Hi!

I'm using OpenCV2.4.6, cvInpaint() in a C++ program on a Windows7 64bit machine. When I execute, cvInpaint(in.yuv, mask, out.yuv, 5, CV_INPAINT_NS); if the mask pattern is sticking to the left edge of image, such as mask(0, y)=255, that mask area is not inpainted. This happens here and there, but not always.

How can I complete the inpainting at the left edge of images?

Best regards, Taka Senoh [email protected]