Giter VIP home page Giter VIP logo

pose_estimation-1's Introduction

Camera pose estimation.

It is one of the most oldest problems in computer vision. Nowadays, there are many successful implements out there. In OpenCV alone, there are findFundamentalMat which can use 8 and 7 points method (also with RANSAC or LMEDS), and in opencv 3.x, there is an additional findEssentialMat which uses 5-points algorithm (also with RANSAC or LMEDS) which also have recoverPose to determine which of the four possible solution is really good.

However, in my experiments, I encountered some problems:

  • The E from findEssentialMat dose not equals to $K.T * F * K$
  • Sometimes it choose the wrong potential answer in recoverPose

So, I want to do extra experiments with different implements of 5-points and see how they really behaves. The candidates are:

UPDATE: 2018.11.26: Add pose_definition for the definition of POSE, R, t, C used in OpenCV.

Some Notes

Time of experiment

20170818, the last comment of Nghia Ho is APRIL 21, 2016 AT 8:11 PM


Good Luck & Have Fun.

pose_estimation-1's People

Contributors

miaodx avatar

Watchers

James Cloos 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.