GitHub topics: homography
fabio-sim/DeDoDe-ONNX-TensorRT
ONNX-compatible DeDoDe ๐ถ Detect, Don't Describe - Describe, Don't Detect, for Local Feature Matching. Supports TensorRT ๐
Language: Python - Size: 2.9 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 72 - Forks: 4

skramm/homog2d
C++ 2D geometry library, handles points, lines, polylines, planar transformations (and other primitives), using homogeneous coordinates. Provided with complete manual and samples.
Language: C++ - Size: 6.61 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 126 - Forks: 12

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.
Language: JavaScript - Size: 5.33 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 60 - Forks: 8

AlSult/CompVision_Puzzle
A computer vision pipeline that reconstructs a shuffled puzzle using SIFT feature matching, RANSAC, and image preprocessing.
Language: Python - Size: 5.84 MB - Last synced at: 5 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

kushalvyas/Python-Multiple-Image-Stitching
Implementation of multiple image stitching
Language: Python - Size: 1.1 MB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 645 - Forks: 201

RealPolitiX/symmetrize
Symmetrization of 2D pattern using nonrigid landmark registration
Language: Python - Size: 6.06 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 5 - Forks: 2

Abhishek-Nalawade/ARtag-Detection
Tracking the ARTag and Imposing an Image on the tag
Language: Python - Size: 19.6 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

WhyTrashEarth/GlyphGuardian
Lightweight Unicode homograph detection system. Helping protect people and companies from deceptive link spoofing."
Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

KasrAskari/Finding-Objects
finding objects with OpenCV
Language: Jupyter Notebook - Size: 5.15 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Avinash793/panoramic-image-stitching
Create panorama image using invariant features from given set of overlapping images.
Language: Python - Size: 12.1 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 236 - Forks: 63

sidharthmohannair/VisionUAV-Navigation
A robust vision-based localization system for UAVs operating in GPS-denied environments. The system utilizes advanced computer vision techniques to achieve accurate position estimation by matching real-time drone camera feeds with satellite imagery.
Size: 344 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 1

RaubCamaioni/OpenCV_Position
Get the position of the camera from a known reference image and a video feed using homography
Language: Python - Size: 209 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 35 - Forks: 4

Chethanks2005/VisionUAV-Navigation
A robust vision-based localization system for UAVs operating in GPS-denied environments. The system utilizes advanced computer vision techniques to achieve accurate position estimation by matching real-time drone camera feeds with satellite imagery.
Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

yeong-hwan/panorama-stitching
Panorama stitching using DLT(Direct Linear Transform) for homography estimation, and stitching using Image pyramids.
Language: Python - Size: 5.74 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dyfcalid/CameraCalibration
Fisheye or Normal Camera Intrinsic and Extrinsic Calibration. Surround Camera Bird Eye View Generator.
Language: Python - Size: 11.5 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 689 - Forks: 187

Splendide-Imaginarius/subimage-stitcher
Stitch a zoomed-in image into a zoomed-out image of the same scene, to boost resolution of that portion.
Language: Python - Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

cuixing158/multiBandBlender
matlab multiBandBlender implementation
Language: MATLAB - Size: 30 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

safwankdb/petyr
Affine Tranformation and Homography library for Python
Language: Python - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 18 - Forks: 2

edugzlez/homography-rs
Homography is a Rust library for computing the homography matrix between two planes in a 2D space. It is based on the Direct Linear Transformation (DLT) algorithm and it is designed to be used in computer vision applications.
Language: Rust - Size: 17.6 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

jahaniam/Real-time-Video-Mosaic
An implementation of automatic panorama using OpenCV in C++ and Python
Language: C++ - Size: 52.3 MB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 218 - Forks: 60

danini/graph-cut-ransac
The Graph-Cut RANSAC algorithm proposed in paper: Daniel Barath and Jiri Matas; Graph-Cut RANSAC, Conference on Computer Vision and Pattern Recognition, 2018. It is available at http://openaccess.thecvf.com/content_cvpr_2018/papers/Barath_Graph-Cut_RANSAC_CVPR_2018_paper.pdf
Language: C++ - Size: 251 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 443 - Forks: 94

AdrianFilsell/homography
Introduce/remove perspective to/from images using c++/homography/svd/eigenlib/mfc
Language: C++ - Size: 5.32 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

WanWin04/Image-Stitching
Survey of Image Stitching and its application in multi-perspective image stitching
Language: Python - Size: 95.8 MB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

dendenxu/panorama-stitching-101
PyTorch feature detection -> feature matching -> multi-image homography -> panorama stitching algorithm
Language: Python - Size: 37.1 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

Smoltbob/ComputerVision
Implementations of CV concepts related mostly to Single or Two view geometry
Language: Jupyter Notebook - Size: 38.9 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

varun-suresh/imagestitch
Create a panorama image
Language: Python - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

abhineet123/MTF
Modular Tracking Framework
Language: C++ - Size: 50.3 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 101 - Forks: 24

pedrala/disaster_bot
This program receives images from the Turtlebot4 camera in a ROS2 environment, detects objects (fire extinguishers and people) in real time, estimates the locations of the objects, and publishes them as ROS Marker publisher.
Language: Python - Size: 51.4 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stanleyedward/panorama-image-stitching
Panorama image stitching using SIFT algorithm, Homography, RANSAC and weighted blending in OpenCV.
Language: Python - Size: 68.1 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 21 - Forks: 1

LukasBommes/Quad-Cropper
Desktop app for cropping and rectifying quadrilaterals from images.
Language: Python - Size: 15.1 MB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

auralius/perspective-correction
A simple demo for perspective corrections
Language: Python - Size: 78.2 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Sntz91/ipm_tool
A simple Tool for Inverse Perspective Mapping. Calibrate cameras, set and save reference points, and calculate an homography matrix.
Language: Python - Size: 2.73 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

nenoNaninu/HomographySharp
C# class library for finding and using homography matrix.
Language: C# - Size: 1010 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 24 - Forks: 3

akathpal/UMD-CMSC733-ComputerVision
Computer Vision UMD Projects
Language: Jupyter Notebook - Size: 596 MB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

andreihar/ar-homographies
Planar Homographies in AR
Language: MATLAB - Size: 38.8 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Rishikesh-Jadhav/ENPM673-Perception-for-Autonomous-Robots
This repository houses my code submissions and reports from projects and the Midterm exam for the course - ENPM673 in Spring 2023. Each Project is neatly organized in its own folder, complete with documentation and required resources. It provides a overview of my work done in this course
Language: Jupyter Notebook - Size: 112 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

amy-tabb/camera-as-scanner
Code for calibrating a camera using a pattern, exif tags, and then warping to physical dimensions * a scaling factor. Originally for use in plant phenotyping.
Size: 80.2 MB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

fabio-sim/LightGlue-ONNX Fork of cvg/LightGlue
ONNX-compatible LightGlue: Local Feature Matching at Light Speed. Supports TensorRT, OpenVINO
Language: Python - Size: 6.49 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 318 - Forks: 26

tum-phoenix/drive_ros_camera_homography
camera homography estimation
Language: C++ - Size: 2.91 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 8

theocharistr/3D_ComputerVision
Computer Vision
Language: C++ - Size: 53.9 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 7 - Forks: 0

RomanJuranek/photo-rectify
Automatic photo rectification
Language: Python - Size: 251 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

Redpanda-dev/DATAML300-Computer-Vision
My DATAML300 - Computer vision solutions.
Language: Python - Size: 223 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

lucia-corsan/ComputerVision
Implementations in Python for COMP425: Computer Vision. This repository covers edge and corner detection, image segmentation and clustering, ...
Language: Python - Size: 3.88 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

tynguyen/unsupervisedDeepHomographyRAL2018
Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model
Language: Python - Size: 234 KB - Last synced at: 11 months ago - Pushed at: about 7 years ago - Stars: 271 - Forks: 81

yufanana/ComputerVision02504
DTU course 02504 Computer Vision, Spring 2024
Language: Jupyter Notebook - Size: 129 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ruizengalways/PFNet
Code Repo of 'Rethinking Planar Homography Estimation Using Perspective Fields'
Language: Python - Size: 54.7 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 36 - Forks: 10

TejasNaikk/Image-Alignment-and-Panoramas
Stitching different perspective images into a single smooth panorama using Laplacian Blending.
Language: Python - Size: 2.04 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 41 - Forks: 23

naitri/panorama-stitching
A Panoramic Image stitching implementation using classical and deep learning method
Language: Python - Size: 86.2 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

krish1925/ECE-149
Repository containing my homeworks for the class ECE149 at UCLA(Introduction to Computer Vision)
Language: Jupyter Notebook - Size: 20 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

miheer-diwan/Panorama-Stitching
Geometrical computer vision and deep learning methods for creating a panorama image
Language: Jupyter Notebook - Size: 4.41 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

naosk8/pil-numpy-homography-sample
Sample code for homography
Language: Python - Size: 265 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 1

naosk8/fuse-homography-image-uploader
A sample project for fusetools: An image uploader supporting Homography image transformation.
Language: JavaScript - Size: 3.63 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

p0wdrdotcom/geometry
A standalone simple geometry javascript framework for points, lines and polygons.
Language: JavaScript - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

MohEsmail143/image-stitching
A manually-implemented image stitcher that uses image warping and homographies to automatically create an image mosaic.
Language: Jupyter Notebook - Size: 12.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

CV-MIUMIU/panaorama
ๅ้ฑผ็ผๅ จๆฏๆผๆฅ
Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 2

ychen921/panorama-stitching
Language: Python - Size: 649 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ychen921/Homography-Net
Deep learning approaches of estimating homography between images
Language: Python - Size: 16.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

azazdeaz/homography
Rust reimplementation of OpenCV's homography estimation algorithm
Language: Rust - Size: 38.6 MB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

hwk06023/Template_Matching_RealTime
Matching sub-template on real-time
Language: Jupyter Notebook - Size: 278 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

omkarchittar/Stereo_Depth_Estimation
Implementing the concept of Stereo Vision. We are given 3 different datasets, each of them containing 2 images of the same scenario but taken from two different camera angles. By comparing the information about a scene from 2 vantage points, we can obtain the 3D information by examining the relative positions of objects.
Language: Python - Size: 35.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

omkarchittar/Image_Stitching
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.
Language: Python - Size: 24.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

omkarchittar/Camera_Pose_Estimation
This project aims to estimate camera pose using homography for a given video. Steps involved are designing an image processing pipeline to extract paper's corners, computing homography between real-world points and pixel coordinates of the corners, and decomposing the homography matrix to obtain rotation and translation parameters.
Language: Python - Size: 34.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

williamlooo/cs194-26
compooter vision
Language: Jupyter Notebook - Size: 1.27 GB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Wissiak/augmented-reality-on-android
Show virtual object on the plane of a reference image without camera calibration.
Language: Kotlin - Size: 14.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

maksymshylo/computational_geometry
University course
Language: Jupyter Notebook - Size: 65.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

tprigent/PIV-project ๐ฆ
Project of computer vision - automatic perspective correction
Language: Python - Size: 135 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Joao-Tiago-Almeida/Minimisation-Tree-from-a-set-of-RGB-D-images
An image is very strong in memory, although doesn't do very much in microprocessors or digital signal processing.
Language: Python - Size: 469 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

SungJaeShin/Image_Stitching
OpenCV based Image Stitching applied various method (using RealSense Camera) !!
Language: C++ - Size: 5.42 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

WGallegoM/EveryDay
Script que busca homografias y transforma imagenes de rostros.
Language: Python - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

wgrosche/MAGE
Calibration of multiple cameras, with omnidirectional camera support, for ground plane homography estimation.
Language: Python - Size: 26.2 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rlit/LatentRANSAC Fork of cr333/usac-cmake
Latent RANSAC implementation, based on USAC
Language: C++ - Size: 8.66 MB - Last synced at: 11 months ago - Pushed at: almost 7 years ago - Stars: 25 - Forks: 9

hazooree/Image-Alignment-Tool-Using-SVD-Based-Homography
Aligning Your Misaligned Image/images of a tall building or large scene Using Simplest Calculation of Homography Matrix Estimation using SVD
Language: MATLAB - Size: 69.9 MB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

twwang97/3D-Computer-Vision-Homework
Some projects are modified from Chu-Song Chen's class of 3D Computer Vision with Deep Learning Applications at National Taiwan University.
Language: Python - Size: 890 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

jaketae/hillhouse
Reimagining the newly constructed Hillhouse Avenue of Yale University
Language: Python - Size: 2.42 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

abhijitmahalle/panorama-stitching
Panoramic image stitching using traditional and deep learning approach
Language: Jupyter Notebook - Size: 5.67 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Mutahar789/VideoProjection-Warping
Python project to project video clips onto static images using affine and projective transformations, with added realism through alpha blending.
Language: Python - Size: 6.67 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AlexisDrch/Computer-Vision
Computer Vision @GTech MSCS
Language: Jupyter Notebook - Size: 119 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 8 - Forks: 1

alinourian/Medical-Image-Analysis-and-Processing-Assignments
This repository contains the assignments of Medical Image Analysis and Processing course at Sharif University of Technology.
Language: Jupyter Notebook - Size: 48.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mmmmmm44/tennis_court_detection
Python Implementation of paper "Robust Camera Calibration for Sport Videos using Court Models"
Language: Python - Size: 67.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

iamjadhav/lane-detection-and-turn-prediction
ENPM673 Perception for Autonomous Robots - Project 2
Language: Python - Size: 52.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Sri-Sai-Charan/Draft-Marker-Reading-Water-Level-Detection
Water level detection using draft marker readings, through the means of computer vision, machine learning and optical flow methods
Language: Python - Size: 22.3 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

adumrewal/SIFTImageSimilarity
Interactive code for image similarity using SIFT algorithm
Language: Python - Size: 38.7 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 132 - Forks: 37

federicocunico/calibration-tool
A tool for homography calibration implemented in Python3 with OpenCV
Language: Python - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Wissiak/augmented-reality-on-webcam
Show virtual object on the plane of a reference image without camera calibration.
Language: Python - Size: 164 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

Wissiak/augmented-reality-with-3d-rendering-using-metal-shaders-and-opencv
Show virtual 3D Mesh Object on the plane of a reference image without camera calibration.
Language: C++ - Size: 5.56 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ethan-li-coding/StereoV3DCode
ใ็ซไฝ่ง่งๅ ฅ้จๆๅใ ไปฃ็ ๏ผ c++ code for StereoV3D course
Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 141 - Forks: 30

dibya-pati/ComputerVision
Various projects using Open CV
Language: Python - Size: 14.1 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 5

mondejar/homography-cnn
Language: Python - Size: 52.2 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 3

bemoregt/wwImageHomography
4-point image homography test for openframework
Language: Makefile - Size: 5.56 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

fazanham/FeatureMatching
This is a software utility for feature matching using affine and homography transformations
Language: Python - Size: 279 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 6

tobycollins/IPPE
Infinitesimal Plane-based Pose Estimation (IPPE): A very fast method to compute a camera's pose from a view of a planar object
Language: MATLAB - Size: 1.54 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 90 - Forks: 34

mustafa1728/Traffic-Density-Estimator
OpenCV C++ based traffic queue and dynamic density estimator.
Language: C++ - Size: 13.7 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

savnani5/AR-tag-Detection-And-Tracking
This project implements AR tag detection, tracking and superimposing of an image and a cube over the tag.
Language: Python - Size: 31.1 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RomeroRodriguezD/homography-with-OpenCV
Homography operations applied to insert images inside others regardless of the perspective.
Language: Jupyter Notebook - Size: 3.93 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ValentinOsunaEnciso/2016HomographyEstimation
Files accompanying the paper: "A Multiobjective Approach to Homography Estimation", published in 2016.
Language: MATLAB - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aaryapatel007/single-view-metrology
3D construction of an object from a single 3-point perspective image. Single View Metrology
Language: Python - Size: 16.9 MB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

RajPShinde/Augmented-Reality-AR-Drawing_images_and_3D_cubes_on_fiducials
Pipeline to superimpose and draw images and 3D cubes on AR tag on floor in a video sequence
Language: Python - Size: 133 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mewmiyu/macaw
MACAW (Mobile Augmented Campus Assistant for Wayfinding)
Language: Python - Size: 207 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

itemgiver/Stereo-Vision-Study
Representing objects in 3D dimensional space using feature extraction and Unity engine.
Language: C++ - Size: 135 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tum-phoenix/drive_ros_homography_publisher
simple node that publishes homography matrices
Language: CMake - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
