代码搜索结果
找到约 5,548 项符合
Camera 的代码
cameracaptureengine_3rd_ed.h
/*
* ============================================================================
* Name : CCameraCapureEngine from CameraCaptureEngine_3rd_Ed.h
* Part of : CameraApp
* Description: Provid
index.html
6
html {
overflow: hidden;
}
body {
posi
readme
=================================================
SAMSUNG SOC MOBILE p/j TEAM
Author : SW.LEE
date : 2003.11.17.
version : release 0
===================================
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
pulnix.m
%PULNIX Model for Pulnix camera and Digimax digitizer
%
% PULNIX
%
% Return a camera parameter structure for a camera and a digitizer.
%
% NOTE:
% 1. that the pixel scale factors are both negative wh
camcald.m
% CAMCALD Compute camera calibration from data points
%
% C = CAMCALD(D)
% [C, E] = CAMCALD(D)
%
% Solve the camera calibration using a least squares technique. Input is
% a table of data points, D
gcamera.m
%GCAMERA graphical camera model
%
% H = GCAMERA(NAME, C, DIMS)
%
% Create a graphical camera with name NAME, pixel dimensions given by
% DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat
cacalw.m
function [par,pos,iter,res,er,C]=cacalw(name,data1,data2,data3,data4,data5,data6)
%CACAL Calibration routine for computing the camera parameters using weighted
%least squares. The initial values are
jacobc.m
function [f,J]=jacobc(sys,Bs,nbr,p,np,cpar)
%JACOBC Evaluates the camera model and approximates the partial derivates
%with respect to the estimated parameters.
%3-D coordinates and camera parameters.
cacal.m
function [par,pos,iter,res,er,C]=cacal(name,data1,data2,data3,data4,data5,data6)
%CACAL Calibration routine for computing the camera parameters. The
%initial values are solved by using the DLT method