extractImageEmbeddings
Extract feature embeddings from image using CLIP network image encoder
Since R2026a
Syntax
Description
Add-On Required: This feature requires the Computer Vision Toolbox Model for OpenAI CLIP Network add-on.
extracts the feature embeddings from the image data imageEmbeddings = extractImageEmbeddings(clip,I)I using the
image encoder of a Contrastive Language-Image Pre-Training (CLIP) network,
clip, by running a forward pass on the neural network.
Note
This functionality requires Deep Learning Toolbox™.
specifies options using one or more name-value arguments. For example,
imageEmbeddings = extractImageEmbeddings(clip,I,Name=Value)MiniBatchSize=32 limits the batch size to 32 images.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a
