代码搜索结果

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

calibration.lis

0000 cpu LMM .module calibration.c .area memory(abs) .org 0x1fc0 1FC0 _CountsPerVolt:: 1FC0

readme

Package: net.tinyos.calibrate Description: Package to set up calibration information in a mote with the CALIBRATE component installed Author: Sam Madden (madden@cs.berkeley.edu) Executables: none

wdcal_lib.h

// wdcal_lib.h #ifndef WDCAL_LIB #define WDCAL_LIB #define ADRSTAT 510 // EEPROM adresses to save status #define ADRWDFQ 511 // and result of calibration #define MESWD 0 // Constants

wdt_selfcalibration.c

// wdt_selfcalibration.c // Software sample: Watchdog Timer Self-Calibration // Christian Kulig, 10/28/02 // This sample shows how to take advantage of the sophisticated clock tree of the LPC900.

calibration.nc

/* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * docu

index.html~

Camera Calibration Toolbox for Matlab

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

loading_calib.m

if ~exist('Calib_Results.mat'), fprintf(1,'\nCalibration file Calib_Results.mat not found!\n'); return; end; fprintf(1,'\nLoading calibration results from Calib_Results.mat\n'); load Ca

cam_proj_calib.m

%%% This code is an additional code that helps doing projector calibration in 3D scanning setup. %%% This is not a useful code for anyone else but me. %%% I included it in the toolbox for illustrati