projective-transformations
There are 14 repositories under projective-transformations topic.
Eric-Canas/Homography.js
Lightweight, High-Performance and easy-to-use library for performing Affine, Projective or Piecewise Affine transformations over any Image or HTMLElement from only a set of reference points. In Javascript.
khanhha/photogrammetry
This repository holds my experiments about fundamental algorithms in photogrammetry
gkouros/coursera-robotics-perception-mooc
Contains notes and assignment solutions for the Robotics Perception MOOC offered by coursera
hgarud/Single_View_Metrology
Reconstruction of a 3 dimensional object/scene by computing necessary and sufficient aspects of the affine 3-D geometry of the object/scene in consideration.
yzhang559/Multiple-View-Geometry-in-Computer-Vision
projective transformation on 2d image
alvarogatenorio/Geometria-Lineal
Apuntes de GeometrĂa Lineal
jerinka/Trapezoid_crop
Four point based cropping of object and transforming to rectangle shape
ojaashampiholi/Projective-Transformation-Stereo-Matching
Repository contains applications that can 1. estimate homography matrix and annotate minion images on empty billboards; 2. Estimate Depth using Sum of Squared Distance and Cross Correlation Metrics as well as improve the results using Viterbi Algorithm. Error in Estimated Depth Map is also measured quantitatively against Ground Truth Images.
siddharthKatageri/mosaic-generator
Building a panaroma using homographies
mvp18/Advanced-Digital-Image-Processing-and-Computer-Vision
Codes written for assignments of CS60052 (Spring'20)
githubartema/Chromakey-detection
This repo includes a pipeline for green chromakey detection and masking using OpenCV.
jothomas94/monitoring-social-distancing
A humble attempt to implement a solution to monitor social distancing.
Fay-Balhareth/Lab-4
This lab focuses on image transformation techniques in OpenCV with Python. Tasks include creating mirror images using both Affine and Projective transformations, applying a Log Transformer for contrast adjustment, and implementing a Power-Law Transformer for gamma correction.