perform_voting_ball.m
来自「张量投票在matlab环境下的仿真。球型张量及棒型张量的仿真」· M 代码 · 共 16 行
M
16 行
function T = perform_voting_ball(M,sigma,c,p,n)
% perform_voting - perform the voting process for the ball field.
%
% T = perform_voting_ball(M,sigma,p,n);
%
% 'M' is a 2D function made by the user (1 for features and 0 in the background).
%
% Optional:
% 'sigma' and 'c' control the stick field (see 'compute_stick_tf').
% 'n' is the size of the kernel (typically smaller than the size of the image).
% 'p' is the precision for the computation of the ball tensor field.
%
% See also perform_voting.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?