Skip to content

PieterBoots/Simple-Inpainting-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Simple-Inpainting

I have added some images to the repository to show how well it performs.

Bitmap InputBitmap = (Bitmap)Bitmap.FromFile("parrot_original.bmp");

Inpainting inp = new Inpainting();

Bitmap result = inp.DoInpaint( InputBitmap, 50, Color.Black);

About

Simple Inpainting using heat methode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages