readme.txt.txt

来自「本算法是基于高斯分布的梯度边缘检测法」· 文本 代码 · 共 9 行

TXT
9
字号
GAUSSGRADIENT Gradient using first order derivative of Gaussian.
  [gx,gy]=gaussgradient(IM,sigma) outputs the gradient image gx and gy of
  image IM using a 2-D Gaussian kernel. Sigma is the standard deviation of
  this kernel along both directions.

  Contributed by Guanglei Xiong (xgl99@mails.tsinghua.edu.cn)
  at Tsinghua University, Beijing, China.

Please try testgrassgradient.m first!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?