📄 compute_local_maxima.m
字号:
function m = compute_local_maxima(M,v,d,eta)
% compute_local_maxima - find the location of local maxima.
%
% m = compute_local_maxima(M,v,d);
%
% M is a 2D image.
% v is the vf indicating the direction where we should check if the
% function M is localy maximal (e.g. v is the gradient).
% d is the distance used for maxima computation.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -