代码搜索结果
找到约 1,698 项符合
Calibration 的代码
mlr.m
function [beta,stats] = mlr(x,y,int);
%This function performs an MLR model fit and `leave
% one out' cross-validation of the model. Measures of
% R-squared, Adjusted R-squared, RMSE for
% Calibra
calib.m
% A link to the main iu calibration tool:
calib_gui;
startup.m
% Main camera calibration toolbox:
path(pwd,path);
format compact
startup.m
% Main camera calibration toolbox:
path(pwd,path);
format compact
tchmain.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
adc842.c
//adc842.c
/*
Author: Eckart Hartmann Date:17/10/2003
Description of Software:
This program demonstrates the SAR ADC functions.
; AdcCfg() , AdcGo() ,
; AdcBsy() , AdcRd()
; AdcCal() and Ad
camcalt.m
%CAMCALT Camera calibration using Tsai's two-stage method.
%
% This method works when the calibration target comprises coplanar points.
%
% [Tcam, f, k1]] = CAMCALT(D, PAR)
%
% Compute a 3x4 camera ca
camcalp.m
%CAMCALP Camera calibration matrix from parameters
%
% C = CAMCALP(cp)
% C = CAMCALP(cp, Tcam)
% C = CAMCALP(cp, pC, x, z)
%
% Compute a 3x4 camera calibration matrix from given camera intrinsic
% and
camcalt.m
%CAMCALT Camera calibration using Tsai's two-stage method.
%
% This method works when the calibration target comprises coplanar points.
%
% [Tcam, f, k1]] = CAMCALT(D, PAR)
%
% Compute a 3x4 camera ca
camcalp.m
%CAMCALP Camera calibration matrix from parameters
%
% C = CAMCALP(cp)
% C = CAMCALP(cp, Tcam)
% C = CAMCALP(cp, pC, x, z)
%
% Compute a 3x4 camera calibration matrix from given camera intrinsic
% and