Skip to content

Multi-Precision Version of QPEP (Quadratic Pose Estimation Problems)

Notifications You must be signed in to change notification settings

zarathustr/QPEP-MultiPrecision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibQPEP Multi-Precision

The QPEP (Quadratic Pose Estimation Problems) library with multi-precision support. The current repo is written in type-oriented C++ templates, rather than the double-precision version in https://github.com/zarathustr/LibQPEP. It can be merged to low-configuration platforms with only single-precision support.

Compilation

git clone https://github.com/zarathustr/LibQPEP
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make install

Demo Program

Just run

./LibQPEP-test

Publication

Wu, J., Zheng, Y., Gao, Z., Jiang, Y., Hu, X., Zhu, Y., Jiao, J., Liu*, M. (2020) Quadratic Pose Estimation Problems: Globally Optimal Solutions, Solvability/Observability Analysis and Uncertainty Description.

About

Multi-Precision Version of QPEP (Quadratic Pose Estimation Problems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published