Fast-Poisson-Image-Editing
Fast-Poisson-Image-Editing copied to clipboard
Batch processing
Hello, Is there any way to process images in batch? So let's say I have three folders, in which dst/src/masks are already rescaled and aligned and I just want to take triplets with the same name, blend them and output it in a separate folder. I also wonder whether solver reinitialization produces significant overhead if you do it one by one.
It's better not to batch process the core step, i.e., solving equation by iteration, because it itself has applied batch-processing. I agree with you to initialize for solver ahead of time to reduce the overhead.