In this repo I uploaded some of my fascinating exercises for Image Processing course at Sharif University of Technology.I passed this course with Dr. Mostafa Kamali
Our refrence was Digital Image Processing. I will upload all my codes with inputs and outputs to share my work. below list is some of the codes
for Image Morphing, I morph Brad Pitt and Anjelina Jolie faces. for having similar points I used Facial Landmark Detectors(dlib library) and i saved them in files(inputs/anjelina.txt and brad.txt) and with input files with same name in Inputs directory i made a film that Anjelina gradually be Brad! I used Delaunay Triangularization and Image Warping techniques for this purpose.