代码搜索结果

找到约 4,589 项符合 Camera 的代码

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

show_stereo_calib_results.m

fprintf(1,'\nStereo calibration parameters:\n'); fprintf(1,'\n\nIntrinsic parameters of left camera:\n\n'); fprintf(1,'Focal Length: fc_left = [ %3.5f %3.5f ]

startup.m

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

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

visjac.m

%VISJAC Visual motion Jacobian % % vj = visjac(C, uv, z) % % Compute the visual Jacobian giving image-plane velocity in terms of % camera velocity. C is a vector of camera intrinsic parameters % % C

camcald4.m

% CAMCALD4 Compute partial camera calibration from four coplanar data points % % C = CAMCALD4(D) % % Solve the camera calibration using a least squares technique. Input is a table % of data points,

pulnix.m

%PULNIX Model for Pulnix camera and Digimax digitizer % % PULNIX % % Return a camera parameter vector cp_pulnix for % a Pulnix TN-6 camera with 8mm lense and a Datacube Digimax digitizer. % % REF: V

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

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