ImageContainsQ

ImageContainsQ[image,category]

如果在 image 中检测到指定类别的实例,则返回 True.

ImageContainsQ[image,{category1,category2,}]

如果在 image 中检测到每个 categoryi 的至少一个实例,则返回 True.

ImageContainsQ[image,category1|category2|]

如果 image 包含至少一个 categoryi 的实例,则返回 True.

更多信息和选项

  • ImageContainsQ 试图返回 image 中可能是给定类别的实例的子图像.
  • category 的可能格式包括:
  • "concept"如在 "Concept" 实体中使用的已命名概念
    "word"如在 WordData 中使用的英文单词
    wordspec如在 WordData 中使用的词义规范
    Entity[]任何合适的实体
    category1|category2|categoryi 中的任意一个
  • 可给出以下选项:
  • AcceptanceThreshold Automatic接受识别结果的阈值
    MaxOverlapFractionAutomatic边界框重叠的最大程度
    TargetDevice "CPU"执行计算的目标设备
  • ImageContainsQ 使用机器学习. 在不同版本的 Wolfram 语言中,其方法、训练集和偏差可能会发生变化,并产生不同的结果.
  • ImageContainsQ可下载将存储在 $LocalBase 本地对象库中的资源,可使用 LocalObjects[] 列出,用 ResourceRemove 删除.

范例

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

基本范例  (2)

检查一幅图像是否含有指定类别的物体:

这幅图像是否至少包含一只鸟:

图像中没有狗:

测试是否同时存在多个类别:

范围  (3)

检查一幅图像是否含有特定物体的实例:

检查一幅图像是否含有所有指定物体的实例:

检查一幅图像是否含有任一指定物体的实例:

选项  (2)

AcceptanceThreshold  (1)

使用默认的 AcceptanceThreshold,可能无法识别出物体:

指定较低的阈值以接受不太确定的识别结果:

TargetDevice  (1)

默认情况下,在 CPU 上计算函数:

TargetDevice 选项指定不同的设备:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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