'Poisson image blending implemented in Swift

Is there exist implementation of Poisson image blending algorithm in Swift language ? Something similar to OpenCV seamlessClone function.

Or maybe lib/framework written in Swift which have similar functionality.

There is one in GPUImage lib GPUImagePoissonBlendFilter, but looks like it does not work.

Thanks !



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source