代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/297097/8052350
dfm compute1.dfm
object Form1: TForm1
Left = 356
Top = 303
BorderStyle = bsSingle
Caption = #35745#31639#22120
ClientHeight = 179
ClientWidth = 252
Color = clBtnFace
Font.Charset = DEFAULT_CHAR
www.eeworm.com/read/297097/8052357
~pas compute1.~pas
//--------------------------------------//
//---- 开发人: lywang ---- //
//---- 开发日期:2007/07/18 -----//
//---- 功能:实现简单计算器功能-----//
//--------------------------------------//
www.eeworm.com/read/297097/8052360
~ddp compute1.~ddp
www.eeworm.com/read/145715/12706176
m compute_extrinsic.m
function [omckk,Tckk,Rckk,H,x,ex,JJ] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond),
%compute_extrinsic
%
%[omckk,Tckk,Rckk,H,x,ex] = compute_extrinsic(x_kk,X_kk,fc,cc,kc,alp
www.eeworm.com/read/145715/12706307
m compute_collineation.m
function [H,Hnorm,inv_Hnorm] = compute_collineation (a00, a10, a11, a01);
% new formalism using homographies
a00 = a00 / a00(3);
a10 = a10 / a10(3);
a11 = a11 / a11(3);
a01 = a01 / a01(3);
www.eeworm.com/read/145715/12706383
m compute_homography.m
function [H,Hnorm,inv_Hnorm] = compute_homography(m,M);
%compute_homography
%
%[H,Hnorm,inv_Hnorm] = compute_homography(m,M)
%
%Computes the planar homography between the point coordinates on t
www.eeworm.com/read/145715/12706402
m compute_epipole.m
function [epipole] = compute_epipole(xLp,R,T,fc_right,cc_right,kc_right,alpha_c_right,fc_left,cc_left,kc_left,alpha_c_left,D);
if ~exist('D'),
D = 400;
end;
uo = [ normalize(xLp,fc_left,cc_
www.eeworm.com/read/145715/12706434
asv compute_homography.asv
rameterize function [H,Hnorm,inv_Hnorm] = compute_homography(m,M);
%compute_homography
%
%[H,Hnorm,inv_Hnorm] = compute_homography(m,M)
%
%Computes the planar homography between the point coord