This is a Python implementation of Laplacian pyramid blending.
from skimage.io import imread
from skimage.transform import rotate
from numba import jit
import numpy as np
import matplotlib.pyplot as plt
blending an apple with an orange
apple | orange |
---|---|
blending a cheetah's face onto a cat's head
cheetah | cat |
---|---|