代码搜索结果
找到约 1,698 项符合
Calibration 的代码
pointercal.control
Package: pointercal
Version: 0.0-r5
Description: Touchscreen calibration data
Section: base
Priority: optional
Maintainer: Angstrom Developers
Architecture: c7x0
motor_28.asm
; motor_28.ASM - only 28 speed step with 20kHz PWM, no additional speed modifications
; Version: 2 Date: 03 March 2002
; Copyright (C) 1999 Georg Ziegler
; Calibration routine changed
; info
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
point_distribution.m
% Point Distribution
colors = 'brgkcm';
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data available.\n');
return;
end;
check_active_images;
if ~exist(['ex_' num2str(
show_calib_results.m
% Color code for each image:
if ~exist('n_ima')|~exist('fc'),
fprintf(1,'No calibration data available.\n');
return;
end;
check_active_images;
if ~exist('alpha_c'),
alpha_c =
backup.ini
[Backup and Restore Calibration Data Basic Settings]
; only check for old load
Backup NVRAM folder path=Z:\NVRAM\NVD_DATA\
Restore NVRAM folder path=Z:\NVRAM\NVD_DATA\
[Target NVRAM Backup and
backup.ini
[Backup and Restore Calibration Data Basic Settings]
; only check for old load
Backup NVRAM folder path=Z:\NVRAM\NVD_DATA\
Restore NVRAM folder path=Z:\NVRAM\NVD_DATA\
[Target NVRAM Backup and
phaseladlg.cpp
// PhaseLCDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calibration.h"
#include "PhaseLADlg.h"
#include "calcomp.h"
#include "interface.h"
#ifdef _DEBUG
#define new DEBUG_
vargaindlg.cpp
// VarGainDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calibration.h"
#include "VarGainDlg.h"
#include "interface.h"
#include "calcomp.h"
#ifdef _DEBUG
#define new DEBUG_
startup.m
% Main camera calibration toolbox:
%calib_gui;
%calib_gui;
if exist('D:\users\jy\matlab\'),
cd('D:\users\jy\matlab\');
disp('Computer used: J-Y''s desktop computer')
else
if ex