sba-1.3

所属分类:嵌入式/单片机/硬件编程
开发工具:Visual C++
文件大小:422KB
下载次数:44
上传日期:2007-08-04 10:00:49
上 传 者vanix
说明:  a C/C++ package for generic sparse bundle adjustment
(a C/C++ package for generic sparse bundle adjustment)

文件列表:
sba-1.3\demo\54cams.txt (3633, 2004-09-30)
sba-1.3\demo\54pts.txt (776527, 2004-09-30)
sba-1.3\demo\7cams.txt (460, 2004-09-08)
sba-1.3\demo\7pts.txt (60389, 2004-09-08)
sba-1.3\demo\9cams.txt (594, 2004-09-08)
sba-1.3\demo\9pts.txt (75483, 2004-09-08)
sba-1.3\demo\calib.txt (85, 2004-09-08)
sba-1.3\demo\eucsbademo.c (19867, 2006-01-17)
sba-1.3\demo\eucsbademo.h (1031, 2004-09-30)
sba-1.3\demo\imgproj.c (7848, 2004-10-14)
sba-1.3\demo\Makefile (1385, 2006-01-31)
sba-1.3\demo\Makefile.icc (1204, 2006-06-02)
sba-1.3\demo\Makefile.vc (1375, 2006-01-19)
sba-1.3\demo\readparams.c (7770, 2006-05-01)
sba-1.3\demo (0, 2007-08-04)
sba-1.3\LICENSE (17992, 1999-09-17)
sba-1.3\Makefile (733, 2006-06-02)
sba-1.3\Makefile.icc (843, 2006-06-02)
sba-1.3\Makefile.vc (1267, 2006-01-24)
sba-1.3\sba.h (5948, 2006-06-02)
sba-1.3\sba_chkjac.c (16530, 2005-11-04)
sba-1.3\sba_chkjac.h (3301, 2005-11-04)
sba-1.3\sba_crsm.c (6078, 2005-06-13)
sba-1.3\sba_lapack.c (36100, 2005-12-22)
sba-1.3\sba_levmar.c (76606, 2006-02-01)
sba-1.3\sba_levmar_wrap.c (36752, 2005-11-04)
sba-1.3\utils\hess2eps.c (5318, 2006-06-02)
sba-1.3\utils\reprerr.pl (10207, 2005-11-21)
sba-1.3\utils (0, 2007-08-04)
sba-1.3 (0, 2007-08-04)

************************************************************** SBA version 1.3 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 adjustment based on the sparse Levenberg-Marquardt algorithm. sba can support a wide range of manifestations/parameterizations of the multiple view reconstruction problem such as arbitrary projective cameras, partially or fully intrinsically calibrated cameras, exterior orientation (i.e. pose) estimation from fixed 3D points, etc. sba can be downloaded from http://www.ics.forth.gr/~lourakis/sba sba relies on lapack for solving the augmented normal equations arising in the course 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 Euclidean bundle adjustment. More details regarding sba can be found in ICS/FORTH Technical Report No. 340 entitled "The Design and Implementation of a Generic Sparse Bundle Adjustment Software Package Based on the Levenberg-Marquardt Algorithm", by M.I.A. Lourakis and 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 to the 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 routines sba_levmar_wrap.c: simple wrappers around the routines in sba_levmar.c sba_lapack.c: LAPACK-based linear system solvers (LU, QR, SVD, Cholesky, Bunch-Kaufman) sba_crsm.c: CRS sparse matrix manipulation routines sba_chkjac.c: routines for verifying the correctness of user-supplied jacobians sba.h: Function prototypes & related data structures demo/*: Euclidean BA demo; see demo/README.txt for more details utils/*: 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.vc Send your comments/bug reports to lourakis@ics.forth.gr

近期下载者

相关文件


收藏者