Image morphing without reference points by applying warp maps and optimizing over them.
Official Code for DiffMorpher: Unleashing the Capability of Diffusion Models for Image Morphing (CVPR 2024)
Automatic Image Morphing
An automatic and non-domain-specific image morphing algorithm that doesn't require manual keypoints
Implemented a pipeline for automatic face replacement in videos (without deep learning). Image morphing, triangulation, TPS, Poisson blending, etc.
Automatic image morphing
rearrange the pixels of one image to create another image; not your usual image morph app
#计算机科学#Program to apply random elastic rubbersheet transforms to Netpbm color (.ppm, i.e., P6 raw color) images for augmenting training sets in machine learning/deep learning. The program reads an input ....
The programming solutions to a variety of image processing concepts and problems
Feature-Based Image Metamorphosis
Image Processing Algorithms implemented from scratch with in-built concurrency support <3
Implementation of image morphing based on paper: Feature-Based Image Metamorphosis
#计算机科学#Autoencoders test from Coursera's Advanced Machine Learning - Intro to Deep Learning course.
Homework for Parallel Computing: Simple morph of two images in CUDA & C++ 11