代码搜索:Compute

找到约 10,000 项符合「Compute」的源代码

代码结果 10,000
www.eeworm.com/read/283824/8986761

m compute3dstructure.m

% [X,lambda] = compute3DStructure(p, q, R, T) % p - first image coordinates % q - second image coordinates % R, T - displacement between the views % X - 3D coordinates of the points with respect
www.eeworm.com/read/380183/9158352

m f_compute_remain.m

function [input_mes_rt,input_mes_total_rt]=f_compute_remain(M,input_mes,input_mes_total,new_target_total,asso_mes) %计算未关联到的量测及数目 temp1=[]; temp2=linspace(0,0,M-1); for i=2:M mes_index=su
www.eeworm.com/read/372388/9512181

m compute_azim_spectra.m

% compute_azim_spectra.m % ---------------------- % % Divides the range swath (range cells) of this block into Nspect sections % and finds the average power spectrum for each segment. % % Fits
www.eeworm.com/read/360732/10080615

m compute_nn_graph.m

function [D,A] = compute_nn_graph(X,options) % compute_nn_graph - compute nearest neighbor graph % % [D,A] = compute_nn_graph(X,options); % % X is an array of points, size must be (dimension x
www.eeworm.com/read/360732/10080625

m compute_nn_distance.m

function [D,nn_list] = compute_nn_distance(X,nbr_nn, options) % compute_nn_distance - compute the distance to the nearest neighbors % % [D,nn_list] = compute_nn_distance(X,nbr_nn, options); %
www.eeworm.com/read/360732/10080648

m compute_distance_to_points.m

function D = compute_distance_to_points(X,seeds) % compute_distance_to_points - compute euclidean distance to a set of points. % % D = compute_distance_to_points(X,seeds) % % 'X' is a [d,n]
www.eeworm.com/read/360732/10080649

m compute_distance_matrix.m

function D = compute_distance_matrix(X) % compute_distance_matrix - compute pairwise distance matrix. % % D = compute_distance_matrix(X); % % We have D(i,j)=|X(:,i)-X(:,j)|^2. % % Copyr
www.eeworm.com/read/358669/10182309

m compute_extrinsic_refine.m

function [omckk,Tckk,Rckk,JJ] = compute_extrinsic_refine(omc_init,Tc_init,x_kk,X_kk,fc,cc,kc,alpha_c,MaxIter,thresh_cond), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_refine(omc_i
www.eeworm.com/read/358669/10182344

m compute_extrinsic_init.m

function [omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c), %compute_extrinsic % %[omckk,Tckk,Rckk] = compute_extrinsic_init(x_kk,X_kk,fc,cc,kc,alpha_c) % %Computes the ext
www.eeworm.com/read/358669/10182465

m compute3d.m

function [Xc,Xp] = Compute3D(xc,xp,R,T,fc,fp,cc,cp,kc,kp,alpha_c,alpha_p); % [Xc,Xp] = Compute3D(xc,xp,R,T,fc,fp,cc,cp,kc,kp,alpha_c,alpha_p); % % Reconstruction of the 3D structure of the stripe