pyheal
pyheal copied to clipboard
great piece of code
Thanks for this - only took me about 10 minutes to modify things so that instead of working with only RGB images it works with 32 bit or 64 bit floating point radio astronomy FITS images. It's giving me better inpainting that does the biharmonic equation method used in the skimage.restoration inpaint function.
You might be interested to know that your version seems to perform more reliably than does the openCV implementation of the TELEA algorithm. Every once in a while the openCV implementation seems to just 'speckle' the image rather do proper inpainting. I have to file a bug report with openCV about the issue.