代码搜索结果

找到约 1,572 项符合 Calibration 的代码

notes.txt

---------------------------------------------------------------------------- From: Reg Willson Subject: Camera Calibration using Tsai's Method - revision 3.0b3 This release of th

faq.txt

########################################################### Tsai Camera Calibration FAQ - Reg Willson Date: Oct 27, 1995 If you have any questions, comments, or suggestions about this document, the s

printprotocol.m

function printProtocol(ste,X,Y) % % % printProtocol(ste,X,Y) % % Stores the calibration protocol for both cameras in the current woring % directory. % % % % printProtocol(ste.leftCa

manual_ad_calibration_verification.html

AD Calibration Verification - Universal Driver Documentation

manual_da_calibration_verification.html

DA Calibration Verification - Universal Driver Documentation

vers.h

/* release V1.0.6 TBUSB_VERSION "Ver.1.0.2" IDLE_2_XYP command-packet bmRequestType c0->40 release V1.0.7 (not public release) TBCTL_VERSION "Ver.1.0.4" added calibration point 3,4,5 T

adc41cal.asm

;File: adc41cal.a51 ;Author: Eckart Hartmann Date:05/10/2003 ; Development progress: Adc841.df ; ;AdcCal==========Starts a calibration conversion. ;C Function prototype: char AdcCal(char cType);

makefile

CROSS_COMPILE = arm-linux- EXEC = touchmain #OBJS = calibration.o OBJS = touch.o CC = $(CROSS_COMPILE)gcc STRIP = $(CROSS_COMPILE)strip CFLAGS = -O2 all: clean $(EXEC) $(EXEC): $

calib.m

% A link to the main iu calibration tool: calib_gui;

export_calib_data.m

%% Export calibration data (corners + 3D coordinates) to %% text files (in Willson-Heikkila's format or Zhang's format) %% Thanks to Michael Goesele (from the Max-Planck-Institut) for the original