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 选项.

范例

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

基本范例  (2)

左下角的像素值:

"Byte" 类型的像素值:

范围  (11)

数据  (3)

灰度图的单像素值:

一幅彩色图像的单个像素值:

3D 图像的单像素值:

位置  (5)

灰度图的单个像素值:

指定非整数位置:

多个像素值:

一定位置范围内的像素值:

All 提取某个维度的所有像素值:

标记图指定位置处的像素值:

类型  (3)

默认情况下,返回 "Real" 类型的像素值:

指定别的类型:

Automatic 返回和原始图像类型一致的像素值:

选项  (1)

Padding  (1)

默认情况下,假定图像外的像素为零:

指定填充方案:

应用  (4)

计算感兴趣区域的平均像素值:

在标记图中定义的路径上的像素值:

绘制感兴趣区域中像素值的分布:

提取检测为拐角的位置的像素值:

属性和关系  (2)

ImageData 提取像素值. 左下角的像素值:

最下面一行图像的像素值:

ImageValue 以及 ResamplingDataRange 的特殊设置提取像素值:

可能存在的问题  (2)

当指定坐标位于像素之间的边界时,返回周围像素值的平均值:

当转换成 "Bit" 类型时,会将像素值四舍五入:

互动范例  (1)

单行图像的数据信息:

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 年

BibTeX

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

BibLaTeX

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