Giter VIP home page Giter VIP logo

3d-reconstruction's Introduction

3d-reconstruction

This project is to generate a 3d-reconstruction of an 90-degree surface using just a pair of stereo images taken of that surface. This depth estimation is done using Triangulation of SIFT features correspondenses between the two stereo images. The implementation is done using OpenCV and Open3D.

Results

  • Stereo images
image
  • 3d reconstruction results (front & top views)
image image

video for 3d view- https://youtu.be/Uw53UdLdsOM?si=gAgVVJTPpVnZ2maY

Implementation steps

  • First we need a calibrated camera this can be done taking bunch of pictures of a chessboard pattern with your camera and feeding them into the chess_calib.py script. This will gives you the camera's intrinsic and extrinsic parameters(camera mtx, distortion coeffs and reproojection error). These help calibrate an uncalibrated camera.
  • Once you have the camera parameters you undistort your stereo images using those params and extract the SIFT keypoints and find matches between the pair of sstereo images.
image image
  • Now use Triangulation(Linear least squares method used here particularly) to find 3d estimates of the SIFT correspondenses.
  • Use Chierality constraint to find the actual projection
  • Finally, the 3d points are saved as a 3d poiint cloud in a .pcd file and visualized using Open3d.

3d-reconstruction's People

Contributors

tusharparimi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.