ImageValuePositions

ImageValuePositions[image,val]

返回 image 中与 val 值完全匹配的像素位置的列表.

ImageValuePositions[image,val,d]

返回值位于距离 vald 范围内的所有像素位置.

更多信息

  • ImageValuePositions 查找并返回 2D 和 3D 图像中具有特定值的像素,通常用于定位特征或消除伪影.
  • ImageValuePositions 假定标准图像坐标系.
  • ImageValuePositions 总是返回表示像素中心的坐标. 位置 表示位于左下角的像素中心.
  • 像素值 val 可为以下任意形式:
  • s标量
    color颜色
    {s1,s2,}通道值列表
    "Max"具有最大强度的像素
    "Min"具有最小强度的像素
  • 使用 PixelValuePositions 获取像素位置的整数索引. ImageValuePositions[image,val] 等价于 PixelValuePositions[image,val]-0.5.

范例

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

基本范例  (2)

提取白色像素的位置:

提取距离白色指定范围内的像素位置:

范围  (9)

数据  (3)

灰度图中某个值的位置:

彩色图像中某个值的位置:

三维灰度图中某个值的位置:

  (6)

值为 0 的像素的位置:

白色像素的位置:

红色像素的位置:

具有最大亮度的像素的位置:

具有最小亮度的像素的位置:

具有在距离红色的指定距离内的数值的像素位置:

属性和关系  (2)

ImageValuePositions[image,val] 等价于 ImageValuePositions[image,val,0]

ImageValuePositions[image,val] 等于 PixelValuePositions[image,val] 减去

Wolfram Research (2012),ImageValuePositions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageValuePositions.html.

文本

Wolfram Research (2012),ImageValuePositions,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageValuePositions.html.

CMS

Wolfram 语言. 2012. "ImageValuePositions." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/ImageValuePositions.html.

APA

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

BibTeX

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

BibLaTeX

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