代码搜索结果
找到约 1,698 项符合
Calibration 的代码
tcal.cpp
// TCAL.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#define CAL_TIME_MSEC 30000 // 30 sec calibration interval
int _tmain(int argc, TCHAR *argv[
ad.c
#include "ad.h"
//ad *adptr;
#define ADC_SIZE 16
#define MAX_DAC 4
unsigned int nNewConvert;
void AD_Init(void)
{
/* Set Calibration Register to 0 */
CALI
camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, Tobj)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D wo
camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, Tobj)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D wo
calib_gui.m
function calib_gui(mode),
% calib_gui(mode)
%
% Runs the Camera Calibration Toolbox.
% Set mode to 1 to run the memory efficient version.
% Any other value for mode will run the normal version
camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, Tobj)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D wo
camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, T)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D world
cal_dll.cpp
// cal_dll.cpp
// n steffen
// May 11, 2000
//
// calibration algorithms here
//
// June 27, 2000
// Replaced pac_cal_type with PACCalType
//
// August 3, 2000
// Ver. 6.09
// Use power le
saving_calib_fisheye.m
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data available.\n');
return;
end;
if ~exist('no_image'),
no_image = 0;
end;
if ~exist('est_alpha'),
est_alpha = 0
saving_calib.m
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data available.\n');
return;
end;
if ~exist('no_image'),
no_image = 0;
end;
if ~exist('est_alpha'),
est_alpha = 0