classify
Syntax
Description
Add-On Required: This feature requires the Computer Vision Toolbox Model for OpenAI CLIP Network add-on.
assigns each image in classes = classify(clip,I,classNames)I to one of the suggested classes
classNames using a Contrastive Language-Image Pre-Training
(CLIP) network.
Note
This functionality requires Deep Learning Toolbox™.
[___] = classify(___,
specifies options using one or more name-value arguments in addition to any combination
of arguments from previous syntaxes. For example, Name=Value)MiniBatchSize=32
limits the batch size to 32 images.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a


