ImageInpainting.jl icon indicating copy to clipboard operation
ImageInpainting.jl copied to clipboard

Image inpainting algorithms in Julia

Results 2 ImageInpainting.jl issues
Sort by recently updated
recently updated
newest added

Some parts of the algorithm could possibly be rewritten to improve performance. Specifically, I think that these two lines where we are finding the frontier of the mask could be...

enhancement
good first issue

Currently, it doesn't accepts Gray type. The problem seems to lie here https://github.com/JuliaImages/ImageInpainting.jl/blob/d776c4b237426c13cfb388085b16d6e86797f5be/src/utils.jl#L10 The use of imfilter_fft throws error on OffsetArrays

enhancement
help wanted