Automatic Image Morphing
-
Updated
Apr 7, 2025 - Python
Automatic Image Morphing
Implementation of Kaiming He's Paper Content-Aware Rotation on ICCV 2013
Real-time image warping based on 2D cubic B-spline free-form deformations, and sketch generation based on edge detection filters
Course Project for the course CS 736
Dewarp top-down fisheye image to panorama and rewarp panorama to fisheye image.
This repository contains an implementation of panorama stitching, a computer vision technique used to combine multiple images into a seamless panoramic image. The project leverages classical techniques such as feature detection, matching, and RANSAC, along with a deep learning approach using Homography Net and Tensor DLT.
Image Warpping using homography transformation
Detection of ar tags without opencv homography functions
Personal toolbox for image Warping
In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images that should form the mosaic, where we warp one image into the plane of the second image and display the combined views. This problem gives some practi…
Automatically detect faces in source and target videos and then swap them.
This project involves stitching together four images taken from the different camera positions to create a panoramic image. The goal is to seamlessly merge the images together so that the resulting panoramic image looks like a single, continuous image.
Video dividing, IMU data parsing, Image Processing, Satellite Positioning data Conversion
Assignment 2 in Computer vision course.
The project focuses on detecting custom AR tags that are used for obtaining a point of reference in the real world, such as in augmented reality applications.
Python project for computing image homography, drawing correspondences, warping and blending images, and generating realistic billboard overlays using OpenCV and NumPy.
PyTorch library for differentiable camera models and image warping (pinhole, fisheye, equirectangular, cubemap, orthographic).
Add a description, image, and links to the image-warping topic page so that developers can more easily learn about it.
To associate your repository with the image-warping topic, visit your repo's landing page and select "manage topics."