Poisson Fill v1.0
support the project(or drag & drop files onto the canvas)
Drop folder here
Images will be processed in sequence
This tool fills transparent areas in image sequences using the Poisson blending algorithm. Loosely based on this implementation for OpenFrameworks, I just wanted a browser-friendly version.
While the results aren’t as polished as the original, it can still be useful for experimenting. (I think it looks really cool)
Poisson blending works by matching the gradient (changes in color and brightness) between the filled area and its surroundings, so the new content blends in smoothly instead of looking pasted on. The process starts at a low resolution, then progressively refines the details at higher resolutions to make the fill look more natural.