📄 compute_directional_kernel.m
字号:
function H = compute_directional_kernel(sigma1,sigma2,theta,nmax)
% compute_directional_kernel - compute oriented gaussian.
%
% h = compute_directional_kernel(s1,s2,t,nmax);
%
% s1 is variance along first axis in pixels.
% s2 is variance along secong axis.
% t is the angle.
% nmax is the maxium size of the kernel (optional).
%
% Copyright (c) 2006 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -