forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request opencv#5691 from paroj:levmarqLU
- Loading branch information
Showing
5 changed files
with
107 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@article{lepetit2009epnp, | ||
title={Epnp: An accurate o (n) solution to the pnp problem}, | ||
author={Lepetit, Vincent and Moreno-Noguer, Francesc and Fua, Pascal}, | ||
journal={International journal of computer vision}, | ||
volume={81}, | ||
number={2}, | ||
pages={155--166}, | ||
year={2009}, | ||
publisher={Springer} | ||
} | ||
|
||
@article{gao2003complete, | ||
title={Complete solution classification for the perspective-three-point problem}, | ||
author={Gao, Xiao-Shan and Hou, Xiao-Rong and Tang, Jianliang and Cheng, Hang-Fei}, | ||
journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on}, | ||
volume={25}, | ||
number={8}, | ||
pages={930--943}, | ||
year={2003}, | ||
publisher={IEEE} | ||
} | ||
|
||
@inproceedings{hesch2011direct, | ||
title={A direct least-squares (DLS) method for PnP}, | ||
author={Hesch, Joel and Roumeliotis, Stergios and others}, | ||
booktitle={Computer Vision (ICCV), 2011 IEEE International Conference on}, | ||
pages={383--390}, | ||
year={2011}, | ||
organization={IEEE} | ||
} | ||
|
||
@article{penate2013exhaustive, | ||
title={Exhaustive linearization for robust camera pose and focal length estimation}, | ||
author={Penate-Sanchez, Adrian and Andrade-Cetto, Juan and Moreno-Noguer, Francesc}, | ||
journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on}, | ||
volume={35}, | ||
number={10}, | ||
pages={2387--2400}, | ||
year={2013}, | ||
publisher={IEEE} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters