Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 370 Bytes

My implementation of solvers for PNP problem

Introduction

This is my implementation of pnp problem including gauss newton, dlt and EPNP.

Test data is from slambook2.

Requirement

It is recommended to use VcPkg.

  • Eigen Required.
  • OpenCV Optional if you want to build with test.