You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine learning/inference desktop suite written in MFC/C++, demonstrates AI machine learning, uses machine learning inference to resize/blend/morph images, more details can be found here: https://www.youtube.com/watch?v=w7J6oxk9tSA
implementation of a variation of the Feature-Based Image Metamorphosis algorithm, inspired by the paper "Feature Based Image Metamorphosis" by Thaddeus Beer and Shawn Neely (2011)
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 .ppm image from stdin and writes a ppm image to stdout. Original Author: Marius Bulacu (.pgm version for characters). Adapted for .ppm and color: Lambe…
"Image-Morphing" is a GitHub repository with code for blending two images smoothly into each other using a triangulation-based algorithm. With an easy-to-use implementation and a detailed README, this repo is beginner-friendly.