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

📄 index.txt

📁 标准tsai摄像机标定源代码。(两步标定)
💻 TXT
字号:
This file describes the files contained in release 3.0b3.The files include:	index.txt	this file	changes.txt	listing of the version to version changes	faq.txt		frequently asked questions	notes.txt	release announcementsThe basic calibration software is contained in the files:	cal_main.h	cal_main.c	calibration routines	ecalmain.c	exterior orientation calibration routines	cal_tran.c	coordinate transformation routines	cal_eval.c	model evaluation routines	cal_util.c	utilities for reading and writing dataThe subdirectory matrix contains the source code for the matrixmanipulation routines.  The files in this directory are:	matrix.h	matrix.cThe subdirectory minpack contains the FORTRAN and C source code for theMINPACK nonlinear optimization routines.  The files in this directory are:	dpmpar.{f,c}	MINPACK routines	enorm.{f,c}	fdjac2.{f,c}	lmdif.{f,c}	lmpar.{f,c}	qrfac.{f,c}	qrsolv.{f,c}	f2c.h		header file for the converted C code	f2c.ps		postscript guide describing the f2c converterFive programs are included to demonstrate the use of the calibrationroutines.  The programs are:	ccal.c		basic coplanar calibration	ccal_fo.c	coplanar calibration with full optimization	nccal.c		basic non-coplanar calibration	nccal_fo.c	non-coplanar calibration with full optimization	ecal.c		extrinsic parameter calibration (i.e. pose only)Two programs are included to generate synthetic data to test thecalibration code:	csyn.c		coplanar calibration data generation program	nsyn.c		non-coplanar calibration data generation program	gasdev.c	random number routine for the above programsFour test data files are also included:	cc_cd.dat	synthetic coplanar test data (100 points)	ncc_cd.dat	synthetic non-coplanar test data (300 points)	cc_cpcc.dat	calibrated camera model from coplanar test data	ncc_cpcc.dat	calibrated camera model from non-coplanar test dataThree log files illustrate the output of the synthetic data generationprograms and the results for each of the calibration programs:	ccal.log	coplanar calibration log	nccal.log	non-coplanar calibration log        ecal.log	exterior orientation calibration logA makefile is provided to build the code in Unix environments:	makefile.unx	makefile for Unix environmentsTo build the full set of software use the command:		make -f makefile.unx allThree other miscellaneous test programs:	xfd2xfu.c	convert from distorted to undistorted image coordinates	wc2ic.c		convert from 3D world to 2D image coordinates	ic2wc.c		convert from 2D image to 3D world coordinatesAll of the above files are contained in the compressed tar fileTsai-method-v3.0b3.tar.Z.  To extract the files use the commands:	uncompress  Tsai-method-v3.0b3.tar.Z	tar  -xvf   Tsai-method-v3.0b3.tarThe files are also contained in the PKZIP file tsai30b3.zip.  To extract the files use the command:	pkunzip -d  tsai30b3.zipPlease feel free to redistribute the code.  Comments, suggestions, and bugreports can be directed to me at rgwillson@mmm.com.

⌨️ 快捷键说明

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