Fast-Poisson-Image-Editing icon indicating copy to clipboard operation
Fast-Poisson-Image-Editing copied to clipboard

Batch processing

Open dmonkoff opened this issue 2 years ago • 1 comments

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.

dmonkoff avatar Nov 16 '22 15:11 dmonkoff

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.

Trinkle23897 avatar Nov 16 '22 19:11 Trinkle23897