Code Monkey home page Code Monkey logo

projective-geometry's Introduction

Projective-Geometry

homography estimation, forward and backward warping, marker-based planar AR, Panorama

part 1. Homography Estimation

Implements forward warping to warp images into canvas with part1.py. The DLT method is based on singular value decomposition (SVD). Familiar DLT (direct linear transform) estimation method is as follows:

截圖 2023-01-20 下午12 14 22 times 截圖 2023-01-20 下午12 14 57 output1

$ python3 part1.py

part 2. Marker-Based Planar AR

Familiar with off-the-shelf ArUco marker detection tool and practice backward warping with part2.py

$ python3 part2.py

part 3. Unwarp the secret

What can go wrong with practical homography?

截圖 2023-01-20 下午12 04 30

$ python3 part3.py

part 4. Panorama

Practice panorama stitching with ORB feature detector, brute-force matching with ORB Descriptors, and RANSAC for selecting best homography.

output4 $ python3 part4.py

projective-geometry's People

Contributors

spheluo avatar

Stargazers

 avatar  avatar  avatar  avatar  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.