|
SOLUTIONS
|
MATHEMATICA 内置符号
更多信息更多信息
- ImageAdd[image, ...] 所返回图像的维数和 image 相同.
- 如果图像的维数不相同,ImageAdd[image1, image2] 将
和
的中心相加. - 如果
或
是一个单通道图像,它的值增加到 ImageAdd[image1, image2] 中其它图像值中. - 如果
和
都是多通道的图像,每个通道值分别增加. - 在 ImageAdd[image, x] 中,数 x 通常在0到1的范围中.
- 在 ImageAdd[image, x] 中,x 可以是一个数、一个颜色或者由颜色通道值组成的列表.
- ImageAdd[image, x] 给出和 image 相同数据类型的图像,尽可能地剪切或截取值.
- ImageAdd[image1, image2] 给出一个图像,它的最大类型是
或
,如果需要的话,对值进行剪切或删截. - 对于二值图像,ImageAdd 实际上求出像素值的逻辑或运算.
- ImageAdd 可用于 Image3D 对象.
版本 7 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





