⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 sparse bundle ajustment的源码
💻 TXT
字号:
    **************************************************************                                 SBA                               version 1.5                          By Manolis Lourakis                     Institute of Computer Science            Foundation for Research and Technology - Hellas                       Heraklion, Crete, Greece    **************************************************************==================== GENERAL ====================This is sba, a copylefted C/C++ implementation of generic bundle adjustmentbased on the sparse Levenberg-Marquardt algorithm. sba can support a widerange of manifestations/parameterizations of the multiple view reconstructionproblem such as arbitrary projective cameras, partially or fully intrinsicallycalibrated cameras, exterior orientation (i.e. pose) estimation from fixed 3Dpoints, etc. sba can be downloaded from http://www.ics.forth.gr/~lourakis/sbasba relies on lapack for solving the augmented normal equations arising in thecourse of the Levenberg-Marquardt algorithm. if you don't already have lapack,I suggest getting clapack from http://www.netlib.org/clapack.Directory demo contains eucsbademo, a working example of using sba for Euclideanbundle adjustment.More details regarding sba can be found in ICS/FORTH Technical Report No. 340entitled "The Design and Implementation of a Generic Sparse Bundle AdjustmentSoftware Package Based on the Levenberg-Marquardt Algorithm", by M.I.A. Lourakisand A.A. Argyros (available from http://www.ics.forth.gr/~lourakis/sba)In case that you use sba in your published work, please include a reference tothe above TR:@techreport{lourakis04,    author={M.I.A. Lourakis and A.A. Argyros},    title={The Design and Implementation of a Generic Sparse Bundle Adjustment Software Package           Based on the Levenberg-Marquardt Algorithm}    institution={Institute of Computer Science - FORTH},    address={Heraklion, Crete, Greece},    number={340},    year={2004},    month={Aug.},    note={Available from \verb+http://www.ics.forth.gr/~lourakis/sba+}}==================== FILES ====================sba_levmar.c: SBA expert driver routinessba_levmar_wrap.c: simple wrappers around the routines in sba_levmar.csba_lapack.c: LAPACK-based linear system solvers (LU, QR, SVD, Cholesky, Bunch-Kaufman)sba_crsm.c: CRS sparse matrix manipulation routinessba_chkjac.c: routines for verifying the correctness of user-supplied jacobianssba.h: Function prototypes & related data structuresdemo/*: Euclidean BA demo; see demo/README.txt for more detailsmatlab/*: sba MEX-file interface; see matlab/README.txt for more detailsutils/*: Various utilities; see utils/README.txt for more details==================== COMPILING ==================== - On a Linux/Unix system, typing "make" will build both sba and the demo program. - Under Windows and if Visual C is installed & configured for command line use,   type "nmake /f Makefile.vc" in a cmd window to build sba and the demo program.   In case of trouble, read the comments on top of Makefile.vcSend your comments/bug reports to lourakis@ics.forth.gr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -