husseinmur / Images-Hybridisation-Using-Gaussian-Filters

Filtering images and generating a hybrid out of them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid Images

Filtering images and generating a hybrid out of them

To get the hybrid image, I added the high pass of one image to the low pass of the other. Multiplying both by some ratio based on Trial and error.

The low pass is calculated by convolving the image using the Gaussian Blur Kernel. While the high pass is the differnece between the original image and the low pass.

Convolving images is done by mirroring the kernel up-down and left-right, and then calculating the cross correlation of the image passing the mirrored kernel.

messi

About

Filtering images and generating a hybrid out of them


Languages

Language:Jupyter Notebook 87.0%Language:CSS 11.4%Language:HTML 1.1%Language:Python 0.5%