代码搜索结果

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

camcalp_c.m

%CAMCALP_C Camera calibration matrix from parameters (central projection) % % C = CAMCALP_C(cp) % C = CAMCALP_C(cp, Tcam) % C = CAMCALP_C(cp, pC, x, z) % % Compute a 3x4 camera calibration matrix from

calibration.c

//************************************************************************** // This program extracts the pulse from a reference meter and use this to calculate // the calibration the meter.

delay.c

/* * delay.c: Delay calibration, the Linux way * * By Ramon van Handel (19/12/98) * Based on the method used in linux 2.0.30 init/main.c * * Resembles a lot the way I thought up in my original

calibration.c

//************************************************************************** // Calibration Routines for the FE427 // // Stefan Schauer // Texas Instruments Freising // Date Co

my7268bpskuntitled.m

clc; close all; clear all; x=0:10; y=x; hold off h=waitbar(0,'Calibration Run'); for i=1:length(x) waitbar(i/length(x)) SNR=x(i); sim('QPSKuntitled'); y(i)=mean(BitError

readme

User instructions of the camera calibration toolbox for MATLAB 1999, Hynek Bakstein - hynek@terezka.ufa.cas.cz, Radim Halir - halir@ms.mff.cuni.cz The directory structure of the toolbox distribut

demo.m

clc format compact more off load samples/coords/syntcds load samples/coords/realcds addpath solvopt addpath solvopt/uncprobs addpath m echo on % % press enter to start the calibration with synthetic d

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

demo_script_oulu_3d.m

% This demo script runs our calibration engine on Heikkil

demo_script_oulu_2d.m

% This demo script runs our calibration engine on Heikkil