There are 4 repositories under image-warping topic.
Automatic Image Morphing
Learning Local Implicit Fourier Representation for Image Warping, in ECCV 2022
Dataset for image stitching by line-guided local warping with global similarity constraint, PR2018
Our code for the paper "Single-Perspective Warps in Natural Image Stitching"
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
Automatic image morphing
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
This JavaScript library enables fast and efficient image distortion transformations using Canvas 2D.
Detection of ar tags without opencv homography functions
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 practice manipulating homogeneous coordinates, computing homography matrices, and performing image warps. For simplicity, we specifies corresponding pairs of points manually using mouse clicks.
image warp in c function
Stitching and warping functions for panorama images without using OpenCV functions
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.
Automatically detect faces in source and target videos and then swap them.
Video dividing, IMU data parsing, Image Processing, Satellite Positioning data Conversion
CS301 High Performance Computing Lab codes and reports on parallelizing known algorithms.
Implement Image Warping and Cross-Dissoving with C++
A manually-implemented image stitcher that uses image warping and homographies to automatically create an image mosaic.
Assignment 2 in Computer vision course.
This repository contains the assignments of Medical Image Analysis and Processing course at Sharif University of Technology.
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.
Warping ornamental patterns using conformal mapping.
MATLAB example based on OpenCV's stitching module, inspired by the source code of stitching_detailed.cpp
Computer Vision Assignment 2 part 2: Image mosaics
using traditional computer vision techniques to detect lane lines for self driving cars