Skip to content
#

homography

Here are 227 public repositories matching this topic...

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.

  • Updated Mar 4, 2024
  • Python

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.

  • Updated Mar 1, 2024
  • Python

Improve this page

Add a description, image, and links to the homography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the homography topic, visit your repo's landing page and select "manage topics."

Learn more