?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -