代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/297947/7984419
m compute_total_variation.m
function TV = compute_total_variation(y, options)
% compute_total_variation - compute the total variation of an image
%
% TV = compute_total_variation(y);
%
% Copyright (c) 2007 Gabriel Peyre
nb
www.eeworm.com/read/297947/7984457
m compute_avi_file.m
function compute_avi_file(A, filename, fps)
% compute_avi_file - create an avi file
%
% compute_avi_file(A, filename, fps);
%
% A can be a 3D array or a cell array of 2D matrices.
% Each A{k} o
www.eeworm.com/read/297947/7984487
m compute_rigidity_tensor.m
function H = compute_rigidity_tensor(M,options)
% compute_rigidity_tensor - compute the rigidity
% tensorial field, which is
% [(dM/dx)^2 dM/dx*dM/dy]
% [dM/dx*dM/dy (dM/dy)^
www.eeworm.com/read/297947/7984490
m compute_structure_tensor.m
function H = compute_structure_tensor(M,sigma1,sigma2, options)
% compute_structure_tensor - compute the structure tensor
%
% T = compute_structure_tensor(M,sigma1,sigma2);
%
% sigma1 is pr
www.eeworm.com/read/297947/7984511
m compute_gaussian_filter.m
function f = compute_gaussian_filter(n,s,N);
% compute_gaussian_filter - compute a 1D or 2D Gaussian filter.
%
% f = compute_gaussian_filter(n,s,N);
%
% 'n' is the size of the filter, odd f
www.eeworm.com/read/297947/7984514
m compute_subwindows_matrix.m
function X = compute_subwindows_matrix(A,k,mask)
% compute_subwindows_matrix - compute a matrix containing each sub-windows.
%
% X = compute_subwindows_matrix(A,k,mask);
%
% If A is of s
www.eeworm.com/read/297947/7984528
m ._compute_gabor_filter.m
www.eeworm.com/read/297947/7984531
m ._compute_avi_file.m
www.eeworm.com/read/297947/7984535
m ._compute_ssim_index.m
www.eeworm.com/read/297947/7984548