compute_directional_kernel.m
来自「image denoising toolbox in matlab」· M 代码 · 共 12 行
M
12 行
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 + =
减小字号Ctrl + -
显示快捷键?