ConstantImage

ConstantImage[val,size]

指定された size で,画素値が val に一定している画像を与える.

ConstantImage[val,size,"type"]

指定されたタイプに変換された画像を与える.

詳細とオプション

  • ConstantImageは,デフォルトで,与えられた値指定 val と互換性がある色空間を選ぶ.
  • 一定値 val は次のいずれでもよい.
  • v0から1までのグレーレベル
    {c1,c2,}異なるチャンネル値 ci
    color任意の色指示子
  • サイズ指定 size は次のいずれでもよい.
  • sideサイズ{side,side}の2D画像
    {width,height}2D画像のサイズ指定
    {width,depth,height}3D画像のサイズ指定
  • ConstantImage[val]ConstantImage[val,{150,150}]と等価である. »
  • デフォルトの"type""Real32"であるとみなされる.
  • ConstantImageは,ImageImage3Dの全オプションをサポートする.

例題

すべて開くすべて閉じる

  (3)

すべての画素値が同じである,グレーの画像を作る:

すべての画素値が同じである,カラー画像を作る:

すべての画素値が同じである,3D画像を作る:

スコープ  (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 Language. 2014. "ConstantImage." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/ConstantImage.html.

APA

Wolfram Language. (2014). ConstantImage. Wolfram Language & System Documentation Center. Retrieved from 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 ]}