代码搜索结果

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

calib_stereo.m

% calib_stereo % Script for Calibrating a stereo rig (two cameras, internal and external calibration): % % It is assumed that the two cameras (left and right) have been calibrated with the pattern

load_stereo_calib_files.m

dir('*mat'); fprintf(1,'Loading of the individual left and right camera calibration files\n'); calib_file_name_left = input('Name of the left camera calibration file ([]=Calib_Results_left.mat

loading_calib.m

if ~exist('Calib_Results.mat'), fprintf(1,'\nCalibration file Calib_Results.mat not found!\n'); return; end; fprintf(1,'\nLoading calibration results from Calib_Results.mat\n'); load Ca

scanning_script.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %-- Main 3D Scanning Script %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% if exist('calib_cam_proj_optim.mat')~=2, error('The scanner calibration file does no

startup.m

% Main camera calibration toolbox: path(pwd,path); format compact

cam_proj_calib.m

%%% This code is an additional code that helps doing projector calibration in 3D scanning setup. %%% This is not a useful code for anyone else but me. %%% I included it in the toolbox for illustrati

jamfile

# Bayes++ Jamfile - See Boost.build # Quadratic Calibration - filter example # Declare the location of this subproject relative to the project root. subproject "QuadCalib" ; # The executable for th

jamfile.v2

# Bayes++ Jamfile - See Boost.build v2 # Quadratic Calibration - filter example project : : default-build release ; exe quadcalib : "QuadCalib.cpp" ../BayesFilter//BayesFilter ;

scanner_calibration_script.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %-- Main 3D Scanner Calibration Script %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear; %-----------------------------------------------------------------

calib.m

function calib(mode), % calib(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 (see doc