Wolfram Computation Meets Knowledge

Wolfram Language & System Documentation Center Wolfram Language Home Page »

ImageIdentify

ImageIdentify[image]

yields the result of attempting to identify what image is a picture of.

ImageIdentify[image,category]

restricts the identification of image to objects within the specified category.

ImageIdentify[image,category,n]

gives a list of up to n possible identifications.

ImageIdentify[image,category,n,"prop"]

gives the specified property for each identification.

Details and Options

Examples

open allclose all

Basic Examples  (2)

Identify the object present in the image:

Identify what type of dog is present in the image:

Scope  (3)

Return a result in a specific category:

Return a list of results:

Return a list of results and their associated probability:

Options  (4)

AcceptanceThreshold  (1)

The AcceptanceThreshold is selected automatically:

Specify a custom threshold:

If no identification is above the threshold, a Missing object is returned:

PerformanceGoal  (1)

Use PerformanceGoal"Speed" to get a result as fast as possible:

Use a slower, more accurate recognition:

SpecificityGoal  (2)

Privilege a result with a low specificity:

Privilege a result with a high specificity:

Use a custom value:

Get a table of identifications for different values of specificity:

Properties & Relations  (1)

The neural net used by ImageIdentify can be accessed using NetModel:

Possible Issues  (1)

If a recognition category is specified, probabilities are renormalized in that category:

Remove the category constraint to recognize the object correctly:

Neat Examples  (1)

Get 10 different identifications, along with their probabilities:

Visualize the result of object identification using a WordCloud:

Wolfram Research (2015), ImageIdentify, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageIdentify.html (updated 2023).

Text

Wolfram Research (2015), ImageIdentify, Wolfram Language function, https://reference.wolfram.com/language/ref/ImageIdentify.html (updated 2023).

CMS

Wolfram Language. 2015. "ImageIdentify." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2023. https://reference.wolfram.com/language/ref/ImageIdentify.html.

APA

Wolfram Language. (2015). ImageIdentify. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ImageIdentify.html

BibTeX

@misc{reference.wolfram_2024_imageidentify, author="Wolfram Research", title="{ImageIdentify}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/ImageIdentify.html}", note=[Accessed: 18-May-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_imageidentify, organization={Wolfram Research}, title={ImageIdentify}, year={2023}, url={https://reference.wolfram.com/language/ref/ImageIdentify.html}, note=[Accessed: 18-May-2024 ]}

Top