Skip to content

finmickey/HoleFilling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hole Filling

Home assignment for Lightricks.

Input:
<image path> <mask path> <Neighbors type = {4,8}>
Output:
Border.png = the image with a highlighted hole
Fixed.png = the image with the hole fixed, O(n * n)
LazyFix.png = the image with the hole filled with the avg result, O(n)
Note: The image and mask must be of the same size

About

Home assignment for Lightricks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages