ImageChannels

ImageChannels[image]

给出 Image 或者 Image3D 对象 image 现有的通道数量.

ImageChannels[video]

给出视频的帧中存在的通道数量.

更多信息

  • 可以通过颜色通道或 RGB 空间中的红色、绿色、蓝色等分量构建图像. 每个通道都是一个像素值数组.
  • 一般图像中存在的通道数为:
  • g1-通道灰度图
    {g,α}2-通道带有 alpha 分量的灰度图
    {r,g,b}3-通道 RGB 图像
    {r,g,b,α}4-通道带有 alpha 分量的 RGB 图像
    {c,m,y,k}4-通道 CMYK 图像
    {c,m,y,k,α}5-通道带有 alpha 分量的 CMYK 图像

范例

打开所有单元关闭所有单元

基本范例  (1)

给出一个 RGB 图像的通道数量:

范围  (6)

灰度图中的通道:

RGBA 图像中的通道数量:

CMYK 图像中的通道:

一个 9 通道的随机图像:

视频的通道:

三维 RGB 图像中的通道:

Wolfram Research (2008),ImageChannels,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageChannels.html (更新于 2021 年).

文本

Wolfram Research (2008),ImageChannels,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageChannels.html (更新于 2021 年).

CMS

Wolfram 语言. 2008. "ImageChannels." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/ImageChannels.html.

APA

Wolfram 语言. (2008). ImageChannels. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ImageChannels.html 年

BibTeX

@misc{reference.wolfram_2024_imagechannels, author="Wolfram Research", title="{ImageChannels}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/ImageChannels.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_imagechannels, organization={Wolfram Research}, title={ImageChannels}, year={2021}, url={https://reference.wolfram.com/language/ref/ImageChannels.html}, note=[Accessed: 21-November-2024 ]}