ImageValue
ImageValue[image,pos]
位置 pos における image の補間した値を与える.
ImageValue[image,pos,"type"]
指定のタイプに変換された値を与える.
詳細とオプション
- ImageValueは2Dおよび3D画像の補間された値の抽出に使われ,画像のサンプリングによく使われる.
- 画素位置 pos は,以下のいずれかでよい.
-
{x,y}または{x,y,z} 2Dまたは3Dにおける単一位置 {xmin;;xmax,…} 位置のスパン {xmin;;xmax;;xstep,…} 刻み幅がある位置のスパン {pos1,pos2,…} 位置指定のリスト markerimage マーカー画像 - ImageValueは,標準的な画像座標系を仮定する.
- 画像の厳密な画素値の抽出に整数指標を使うためにPixelValueを使う,
- ImageValue[image,pos]は,デフォルトで,0から1までの値を返す.
- ImageValue[image,pos,"type"]は,"type"で指定された範囲の画素値を返す.次は"type"の可能な設定である.
-
Automatic image のデータ型を使う "Bit" 整数0または1を使う "Byte" 0から255までの整数を使う "Bit16" 0から65535までの整数を使う "Real32" 単精度実数(32ビット) "Real64" 倍精度実数(64ビット) - 使用可能なオプション
-
DataRange Full 画像座標の範囲 Padding 0 使用する充填法 Resampling "Linear" 使用する補間法 - DataRangeの可能な設定値
-
Automatic 2Dでは{{0,1},{0,h/w}},3Dでは{{0,1},{0,d/w},{0,h/w}} Full 2Dでは{{0,w},{0,h}},3Dでは{{0,1},{0,d},{0,h}}(デフォルト) {{left,right},{bottom,top}} 2Dにおける明示的な座標範囲 {{left,right},{front,back},{bottom,top}} 3Dにおける明示的な座標範囲 - Resampling->"Nearest"とすると,位置 pos が画素の境界上に当る場合は,pos を取り囲む画素の平均が返される. »
例題
すべて開くすべて閉じるスコープ (12)
データ (4)
位置 (5)
型 (3)
オプション (3)
アプリケーション (4)
考えられる問題 (3)
Resampling->"Nearest"で整数座標を使うと,指定された座標を取り囲む画素値の平均が返される:
Wolfram Research (2010), ImageValue, Wolfram言語関数, https://reference.wolfram.com/language/ref/ImageValue.html (2014年に更新).
テキスト
Wolfram Research (2010), ImageValue, Wolfram言語関数, https://reference.wolfram.com/language/ref/ImageValue.html (2014年に更新).
CMS
Wolfram Language. 2010. "ImageValue." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/ImageValue.html.
APA
Wolfram Language. (2010). ImageValue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ImageValue.html