|
SOLUTIONS
|
MATHEMATICA 内置符号
RidgeFilter
RidgeFilter[image]
计算 image 中每个像素关于脊的出现的度量.
RidgeFilter[image,
]
使用指定的脊尺度
.
更多信息更多信息
- RidgeFilter 计算每个像素上的主曲率.
- 与一条脊垂直的主曲率由 Hessian 矩阵的主负特征值给出.
- 在 RidgeFilter[image,
] 中,
是用以计算 Hessian 中的导数的脊的尺度. - RidgeFilter[image] 等价于 RidgeFilter[image, 1].
- RidgeFilter 可用于任意灰度级或者多通道图像,分别作用于每个通道.
- RidgeFilter[image, ...] 返回与 image 具有相同维度的实图像.
- RidgeFilter[array] 计算二维数组中的脊.
- RidgeFilter 支持下列计算 Hessian 矩阵和主曲率的选项:
-
InterpolationOrder Automatic 插值阶数 Padding "Fixed" 填充方法 - InterpolationOrder 选项的可能设置是 3、5、7 或者 9.
- Padding 选项支持如下设置:
、
、
、
或者一个数值值. 由两个设置组成的列表可以指定每个维度上不同的填充方法.
版本 8 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






