Skip to main content

ImageContainsQ

ImageContainsQ[image,category] returns True if an instance of the specified category is detected in image.

ImageContainsQ[image,{category1,category2,…}] returns True if at least one instance of each of the categoryi is detected in image.

ImageContainsQ[image,category1|category2|…] returns True if image contains an instance of at least one of categoryi.

ImageContainsQ[video,…] returns a time series of Boolean values for every frame of video.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.