代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/125946/14454132
h compute_param.h
// Compute_Param.h: interface for the CCompute_Param class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_PARAM_H__0155D7A3_9A2A_4712_A5F1_CC2
www.eeworm.com/read/125946/14454139
cpp compute_result.cpp
// Compute_Result.cpp: implementation of the CCompute_Result class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "Comp
www.eeworm.com/read/125946/14454141
cpp compute_prompt.cpp
// Compute_Prompt.cpp: implementation of the CCompute_Prompt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "Comp
www.eeworm.com/read/125946/14454167
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/225935/14510381
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/225935/14510450
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/225935/14510478
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/225935/14510508
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/224839/14566376
m compute_codeword.m
function o=compute_codeword(position,s,jx)
%实现计算码字滤波的框图功能
%输入---固定码本输出
%输出---码字矢量,得到c(n)
c=zeros(1,40);
for i=1:4
c(position(i))=s(i);
end
%c=c/2^15;
o=c;
www.eeworm.com/read/122729/14671041