|
SOLUTIONS
|
MATHEMATICA 内置符号
ImageMultiply[image, x]
image 中每个通道值乘以一个因子 x.
ImageMultiply[image1, image2]
给出一个图像,其中它的每个像素是对应
和
中像素的乘积.
更多信息更多信息
- ImageMultiply[image, ...] 返回的图像的维数和 image 相同.
- 如果图像的维数不相同,ImageMultiply[image1, image2] 将
乘以
的中心. - 如果
或
是一个单通道图像,它的值乘以 ImageMultiply[image1, image2] 中其它图像的每个通道的值. - 如果
和
都是多通道图像,每个通道的值分别相乘. - 在 ImageMultiply[image, x] 中,x 可以是一个数、一种颜色或者彩色通道值列表.
- 在 ImageMultiply[image, x] 中,数 x 通常在范围0到1之间.
- ImageMultiply[image, x] 给出图像的数据类型和 image 相同,必要时剪切或截取值.
- ImageMultiply[image1, image2] 给出图像的最大类型是
或
,必要时剪切或截取值. - 对于二值图像,ImageMultiply 实际上求出像素值的逻辑与操作.
- ImageMultiply 可用于 Image3D 对象.
版本 7 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




