ConstantImage

ConstantImage[val,size]

给出指定 size 且恒定像素值为 val 的图像.

ConstantImage[val,size,"type"]

给出转换为指定类型的图像.

更多信息和选项

  • ConstantImage 默认选择与给定值 val 兼容的颜色空间.
  • 恒定值 val 可以是以下形式之一:
  • v从 0 到 1 的灰度水平
    {c1,c2,}不同通道值 ci
    color任意颜色指令
  • 尺寸 size 可以是以下形式之一:
  • side大小为 {side,side} 的二维图像
    {width,height}二维图像尺寸规范
    {width,depth,height}三维图像尺寸规范
  • ConstantImage[val] 等价于 ConstantImage[val,{150,150}]. »
  • 默认 "type""Real32".
  • ConstantImage 支持所有 ImageImage3D 的选项.

范例

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

基本范例  (3)

创建恒定的灰度图像:

创建恒定的彩色图像:

创建恒定的三维图像:

范围  (4)

创建恒定的 Lab 图像:

创建具有任意通道数的恒定图像:

如果没有指定图像尺寸,则返回 的图像:

默认生成实型图像:

指定输出图像类型:

选项  (1)

ImageSize  (1)

图像尺寸默认为 Automatic

指定 ImageSize

应用  (1)

创建恒定黑色图像,以构建标记图像:

用白色替换标记点,并用于处理:

属性和关系  (1)

使用 ConstantArray 构造恒定图像:

Wolfram Research (2014),ConstantImage,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConstantImage.html (更新于 2019 年).

文本

Wolfram Research (2014),ConstantImage,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConstantImage.html (更新于 2019 年).

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_constantimage, organization={Wolfram Research}, title={ConstantImage}, year={2019}, url={https://reference.wolfram.com/language/ref/ConstantImage.html}, note=[Accessed: 22-November-2024 ]}