代码搜索结果

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

ts_calibrate.c

/* * tslib/tests/ts_calibrate.c * * Copyright (C) 2001 Russell King. * * This file is placed under the GPL. Please see the file * COPYING for more details. * * $Id: ts_calibrate.c,v 1.6 200

free_48.c

/*===========================================================================*/ /* SEED reader | free_type48 | station header */ /*======================================

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): $

willson_read.m

% Read in Reg Willson's data file, and convert it into my data format: if exist('calib_file'), if exist(calib_file)~=2, ask = 1; else ask = 0; end; else ask = 1; end

stereo_gui.m

% stereo_gui % Stereo Camera Calibration Toolbox (two cameras, internal and external calibration): % % It is assumed that the two cameras (left and right) have been calibrated with the pattern at t

ncsyn.c

/*******************************************************************************\ * * * This program generates a synthetic

csyn.c

/*******************************************************************************\ * * * This program generates a synthetic

msp430x24x_dco_flashcal.s43

;******************************************************************************* ; MSP430x24x Demo - DCO Calibration Constants Programmer ; ; NOTE: THIS CODE REPLACES THE TI FACTORY-PROGRAMMED

makefile

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