代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/403190/2313999
svn-base compute_heuristic_landmark.m.svn-base
function [H,Z] = compute_heuristic_landmark(DL,start_points)
% compute_heuristic_landmark - compute an heuristic using landmark points
%
% [H,Z] = compute_heuristic_landmark(DL,start_points);
www.eeworm.com/read/403190/2314002
svn-base compute_heuristic_multiresolution.m.svn-base
function H = compute_heuristic_multiresolution( W, end_points, options )
if isfield(options, 'reduc_factor')
reduc_factor = options.reduc_factor;
else
reduc_factor = 0.3;
end
if is
www.eeworm.com/read/403190/2314008
svn-base compute_geodesic_mesh.m.svn-base
function [path,vlist,plist] = compute_geodesic_mesh(D, vertex, face, x, options)
% compute_geodesic_mesh - extract a discrete geodesic on a mesh
%
% [path,vlist,plist] = compute_geodesic_mesh(D, ve
www.eeworm.com/read/403190/2314015
svn-base compute_eccentricity_transform.m.svn-base
function [E,Ind] = compute_eccentricity_transform(M, options)
% compute_eccentricity_transform - compute the eccentricity of a binary shape
%
% [E,Ind] = compute_eccentricity_transform(M, optio
www.eeworm.com/read/403190/2314020
svn-base compute_levelset_shape.m.svn-base
function D = compute_levelset_shape(name, n, options)
% compute_levelset_shape - compute some basic level set shapes
%
% D = compute_levelset_shape(name, n, options);
%
% name can be: 'circle', '
www.eeworm.com/read/403190/2314027
svn-base compute_saddle_points.m.svn-base
function [vertex,faces] = compute_saddle_points(Q,D,mask)
% compute_saddle_points - compute saddle points of a Voronoi segmentation
%
% [vertex,faces] = compute_saddle_points(Q,D[,mask]);
%
% Q i
www.eeworm.com/read/403190/2314034
svn-base compute_bending_invariant.m.svn-base
function vertex1 = compute_bending_invariant(vertex,faces,options)
% compute_bending_invariant - compute bending invariants
%
% vertex1 = compute_bending_invariant(vertex,faces,options);
%
% Use
www.eeworm.com/read/403190/2314035
svn-base compute_distance_landmark.m.svn-base
function [D1,Z] = compute_distance_landmark(start_points, DL, landmark, landmark_method);
% compute_distance_landmark - compute an heuristic using landmark points
%
% [D1,Z] = compute_distance_
www.eeworm.com/read/403190/2314044
svn-base compute_edge_energy.m.svn-base
function W = compute_edge_energy(M,s,epsi, center_point)
% compute_edge_energy - compute an energy for fast marching.
%
% W = compute_edge_energy(M,s,epsi);
%
% W is the speed function for
www.eeworm.com/read/403190/2314743
svn-base compute_vertex_ring.m.svn-base
K 14
svn:executable
V 0
END