|
SOLUTIONS
|
MATHEMATICA 内置符号
BottomHatTransform[image, ker]
给出 image 关于结构元素 ker 的底顶(bottom-hat)变换.
BottomHatTransform[image, r]
给出关于 r 正方形范围内的底顶(bottom-hat)变换.
BottomHatTransform[data, ...]
对数据数组应用底顶(bottom-hat)变换.
更多信息更多信息
- BottomHatTransform 可用于二值、灰度和其他图像.
- BottomHatTransform 可用于三维以及二维图像,也可用于任意阶数的数据数组.
- 结构元素 ker 是一个包含
和
的矩阵. - BottomHatTransform 自动填充结构元素,使维数为奇数.
- BottomHatTransform[image, r] 等价于 BottomHatTransform[image, BoxMatrix[r]].
- 如果有多个图像通道,BottomHatTransform 分别作用于它们.
- 当结构元素的通道值小于它们周围区域时,BottomHatTransform 保留小于结构元素的区域.
版本 7 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »










