在 Mathematica 中轻松去除图像中的 Alpha 通道
在 Mathematica 中剥离 Alpha 通道(并可能将图像转换为灰度)的最简单方法是什么?
我想使用 ImageAssemble,但有些图像带有 Alpha 通道,有些则没有。有没有比直接操作 ImageData 更简单的内置方法?
What is the simplest way to strip the alpha channel (and possible convert images to greyscale) in Mathematica?
I would like to use ImageAssemble
, but some of the images come with and some without an alpha channel. Is there a simpler built-in way than manipulating the ImageData
directly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
RemoveAlphaChannel
函数将执行此操作。The
RemoveAlphaChannel
function will do this.对于 Mathematica 7,我相信这是可行的:
目前它并不强大,但可以添加类型检查。
For Mathematica 7, I believe this works:
It's not robust at this point, but type checking could be added.
您的第二个问题(不确定是)转换为灰度是通过以下方式完成的:
Your second question (not sure it is) conversion to grayscale, is done with: