Skip to content

Inpainting is a process of predicting the corrupted pixels, for which we’ll use RBF regression

Notifications You must be signed in to change notification settings

abhin-ch/Image-Inpainting

Repository files navigation

Image Inpainting

Inpainting is a process of predicting the corrupted pixels, for which we’ll use RBF regression. To use this code go ahead and clone the repsitory or downlad the file.

Requirement: Numpy

Instructions

STEP 1: Go ahead and open rbf_image_inpainting.py in a text editor. In the main
          function you will see image_name. Make sure your image is of tif type.

STEP 2: You may choose to play-around with hyper parameters. It will make the 
          script either run slow or fast depending on your choice.

STEP 3: Run the file bf_image_inpainting.py in the terminal or by double click.

About

Inpainting is a process of predicting the corrupted pixels, for which we’ll use RBF regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages