opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

SHIFTMAP inpaint results in seg fault

Open UrskaJ opened this issue 2 years ago • 1 comments

I am inpainting on small images (±100x200) and using SHIFTMAP and FSR_FAST. While FSR_FAST works fine, SHIFTMAP results in seg fault. I've checked old issues and there seemed to have been a patch addressing at least one of the bugs, however it looked that the bug showed in either both methods or none (it was fixed back in january), while in my case the crash occurs only when using SHIFTMAP. I have the latest version of opencv-contrib=4.6.0.66, working on ios

UrskaJ avatar Jun 10 '22 11:06 UrskaJ

There was indeed the issue https://github.com/opencv/opencv_contrib/issues/1578 Can you please attach a test image + mask that results in segfault ?

danopdev avatar Jun 23 '22 13:06 danopdev