Skip to content

samrere/laplacian-pyramid-blending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laplacian Pyramid Blending

This is a Python implementation of Laplacian pyramid blending.

Required Libraries

from skimage.io import imread
from skimage.transform import rotate
from numba import jit
import numpy as np
import matplotlib.pyplot as plt

Results

blending an apple with an orange

apple orange

blending a cheetah's face onto a cat's head

cheetah cat

The visual artifacts around the whiskers are pretty obvious, because the colors and frequencies around the boundary are so much different. will probably get better results using human faces.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published