代码搜索结果

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

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

fov.m

% small program that computes the field of view of a camera (in degrees) if ~exist('fc')|~exist('cc')|~exist('nx')|~exist('ny'), error('Need calibration results to compute FOV (fc,cc,Wcal,Hcal)

fov.m

% small program that computes the field of view of a camera (in degrees) if ~exist('fc')|~exist('cc')|~exist('nx')|~exist('ny'), error('Need calibration results to compute FOV (fc,cc,Wcal,Hcal)

torr_evalfsc.m

% By Philip Torr 2002 % copyright Microsoft Corp. %this is a script to test the self calibration stuff %main() %profile on m3 = 256; %user chooses the appropriate nmethod method = 3; total

readme

CAMERA CALIBRATION TOOLBOX FOR MATLAB (v2.1b) Installation ------------ Simply copy all the .m files into a directory 'calibr' and add it to your MATLABPATH. Matlab version 4.0 or later is required

codacalibrationlistif.java

package org.trinet.jasi.coda; import org.trinet.jasi.*; public interface CodaCalibrationListIF { /** Adds to list the input parameter calibration object. */ boolean add(CodaCalibration c

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat

fov.m

% small program that computes the field of view of a camera (in degrees) if ~exist('fc')|~exist('cc')|~exist('nx')|~exist('ny'), error('Need calibration results to compute FOV (fc,cc,Wcal,Hcal)

gcamera.m

%GCAMERA graphical camera model % % H = GCAMERA(NAME, C, DIMS) % % Create a graphical camera with name NAME, pixel dimensions given by % DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat