PixelValuePositions

PixelValuePositions[image,val]

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

PixelValuePositions[image,val,d]

返回离 val 的距离为 d 的所有像素位置.

更多信息

  • PixelValuePositions 查找并返回 2D 和 3D 图像中具有特定值的像素,通常用于定位特征或消除伪影.
  • PixelValuePositions 假设像素对齐的坐标系,相对于标准图像坐标系向左和向下偏移 0.5.
  • ImageValuePositions 获取标准图像坐标系中的位置.
  • 像素值 val 可为以下任意形式:
  • s标量
    color颜色
    {s1,s2,}通道值列表
    "Max"具有最大强度的像素
    "Min"具有最小强度的像素
  • 对于三维图像,PixelValuePositions[image,val] 返回位置 {xp,yp,zp},其中像素位置 对应于左下角前面像素的中心.

范例

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

基本范例  (3)

提取白像素的位置:

离白色指定距离内的像素位置:

三维图像中白色像素的位置:

范围  (4)

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

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

红色像素的位置:

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

应用  (2)

提取图像中的数据坐标:

求最佳拟合正弦函数:

提取文档中注释的坐标:

清除手写注释:

属性和关系  (2)

PixelValuePositions[image,val] 等价于 PixelValuePositions[image,val,0]:

PixelValuePositions[image,val] 等价于 ImageValuePositions[image,val] 加上

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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