PixelValue
PixelValue[image,ppos]
给出 image 在位置 pos 的像素值.
PixelValue[image,ppos,"type"]
给出指定类型的像素值.
更多信息和选项
- PixelValue 用于提取 2D 或 3D 图像的像素值,通常用于对图像进行采样.
- 像素位置 ppos 可以为以下形式:
-
{x,y} 或 {x,y,z} 二维或三维中的单个位置 {xmin;;xmax,…} 某个跨度范围内的位置 {xmin;;xmax;;xstep,…} 带有步长的位置的空间跨度 {ppos1,ppos2,…} 位置列表 markerimage 标记图 - PixelValue 假设一个像素对齐的坐标系,相对于标准图像坐标系向左和向下偏移了 0.5.
- 在 PixelValue 中,整数坐标对应于像素中心. 二维中,像素位置 表示左下角像素的中心. 三维中,像素位置 对应于前面左下角像素的中心.
- PixelValue 给出最靠近 {xp,yp} 的像素值. 除非位置 {xp,yp} 位于像素之间的边界上,这种情况下,返回的是 {xp,yp} 周围像素的平均值.
- 可以用 ImageValue 提取 {x,y} 在标准图像坐标系统中的插值.
- PixelValue[image,marker],图像标记的非零像素被用作位置列表.
- PixelValue[image,ppos] 默认情况下返回介于 0 和 1 之间的值.
- 通过 PixelValue[image,ppos,"type"] 返回位于由 "type" 指定的范围内的值. "type" 的可能的设置包括:
-
Automatic 使用 image 的数据类型 "Bit" 整数 0 或 1 "Byte" 整数 0 到 255 "Bit16" 整数 0 到 65535 "Real32" 单精度实数 (32 bit) "Real64" 双精度实数 (64 bit) - 当一个指定的坐标位于图像之外时,PixelValue 可以采用 Padding 选项.
范例
打开所有单元关闭所有单元范围 (11)
属性和关系 (2)
Wolfram Research (2010),PixelValue,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PixelValue.html (更新于 2014 年).
文本
Wolfram Research (2010),PixelValue,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PixelValue.html (更新于 2014 年).
CMS
Wolfram 语言. 2010. "PixelValue." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2014. https://reference.wolfram.com/language/ref/PixelValue.html.
APA
Wolfram 语言. (2010). PixelValue. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/PixelValue.html 年