代码搜索结果

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

extract_parameters3d.m

%%% Extraction of the final intrinsic and extrinsic paramaters: fc = solution(1:2); kc = solution(3:6); cc = solution(6*n_ima + 4 +3:6*n_ima + 5 +3); % Calibration matrix: KK = [fc(1)

index.html~

Camera Calibration Toolbox for Matlab

extract_parameters3d.m

%%% Extraction of the final intrinsic and extrinsic paramaters: fc = solution(1:2); kc = solution(3:6); cc = solution(6*n_ima + 4 +3:6*n_ima + 5 +3); % Calibration matrix: KK = [fc(1)

saving_calib.m

if ~exist('n_ima')|~exist('fc'), fprintf(1,'No calibration data available.\n'); return; end; if exist('est_dist'), if length(est_dist) == 4, est_dist = [est_dist ; 1]; end

touch.h.bak

#define TOUCHSCREEN_DEV "/dev/input/event1" // TouchScreen input data structure typedef struct { int y; int x; int pressure; int flag; } ts_event_t; // Calibration data definition #define CA

extract_parameters3d.m

%%% Extraction of the final intrinsic and extrinsic paramaters: fc = solution(1:2); kc = solution(3:6); cc = solution(6*n_ima + 4 +3:6*n_ima + 5 +3); % Calibration matrix: KK = [fc(1)

saving_calib.m

if ~exist('n_ima')|~exist('fc'), fprintf(1,'No calibration data available.\n'); return; end; if exist('est_dist'), if length(est_dist) == 4, est_dist = [est_dist ; 1]; end

extract_parameters3d.m

%%% Extraction of the final intrinsic and extrinsic paramaters: fc = solution(1:2); kc = solution(3:6); cc = solution(6*n_ima + 4 +3:6*n_ima + 5 +3); % Calibration matrix: KK = [fc(1)

extract_parameters3d.m

%%% Extraction of the final intrinsic and extrinsic paramaters: fc = solution(1:2); kc = solution(3:6); cc = solution(6*n_ima + 4 +3:6*n_ima + 5 +3); % Calibration matrix: KK = [fc(1)

acpi_pmtmr.h

#ifndef _ACPI_PMTMR_H_ #define _ACPI_PMTMR_H_ #include /* Number of PMTMR ticks expected during calibration run */ #define PMTMR_TICKS_PER_SEC 3579545 /* limit it to 24 bits *