📄 perform_voting_ball.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -