Coder Social home page Coder Social logo

pnp's Introduction

pnp

A collection of tools for solving the Perspective-n-Point (PnP) problem in compute vision.

compile and run

# get into folder
cd source_folder
# generate empty folder to store compilation file
mkdir -p build
# compile configuration
cmake ..
# compile
make
# run
./epnp

BA

Bundle Adjustment. A non-linear solution.

p3p

Calculate pose of camera by 3 pairs of 2D pixel and 3D coordinate.

借鉴
  1. source code
  2. reference
流程
  1. 根据3D坐标和相似三角形计算点的深度
  2. 根据点的深度求出对应的2D点在当前相机坐标系下的3D坐标
  3. 根据世界坐标系下的3D坐标和当前相机坐标系下的3D坐标求解相机位姿
参考
  1. 关于雅可比算法计算特征值和特征向量的部分,参考说明
  2. 吴消元法的计算,wu-solution

epnp

source code: opencv

reference

Detailed note

paper

<EPnP: An Accurate O(n) Solution to the PnP Problem> 2009

You can find it here.

PnPRANAAC

pnp's People

Contributors

blue-stone-j 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.