代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/298376/7964337
h compute_prompt.h
// Compute_Prompt.h: interface for the CCompute_Prompt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_
www.eeworm.com/read/297947/7984489
m compute_grad.m
function [grad,gy] = compute_grad(M,options)
% compute_grad - compute the gradient of an image using central differences
%
% grad = compute_grad(M,options);
% [gx,gy] = compute_grad(M,options);
www.eeworm.com/read/297325/8029784
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/297325/8029886
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/297325/8029970
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/297325/8030002
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_pixel(xLp,fc_l
www.eeworm.com/read/297097/8052329
pas compute1.pas
//--------------------------------------//
//---- 开发人: lywang ---- //
//---- 开发日期:2007/07/18 -----//
//---- 功能:实现简单计算器功能-----//
//--------------------------------------//
www.eeworm.com/read/297097/8052334
ddp compute1.ddp
www.eeworm.com/read/297097/8052338
~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/8052345