vision.labeler.loading.ImageSequenceSource Class
R2026bNamespace: vision.labeler.loading
Superclasses: vision.labeler.loading.MultiSignalSource
Load signals from image sequence sources into Multi-Sensor Labeler app
Since R2026b
Description
The vision.labeler.loading.ImageSequenceSource class creates an interface
for loading signals from image sequence data sources into the Multi-Sensor Labeler app. In the Add Signal dialog box of the app, when
Source Type is set to Image Sequence, this
class controls the parameters in that dialog box.

To access this dialog box, in the app, select Import > Add Signal.
The default implementation of this class loads the image formats that can be read from an
ImageDatastore object.
The vision.labeler.loading.ImageSequenceSource class is a handle class.
Creation
When you export labels from a Multi-Sensor Labeler app session that contains
image sequence sources, the exported groundTruthMultiSensor object stores instances of this class in its
DataSource property.
To create an ImageSequenceSource object programmatically, such as when
programmatically creating a groundTruthMultiSensor object, use the
vision.labeler.loading.ImageSequenceSource function (described
here).
Description
creates an imseqSource = vision.labeler.loading.ImageSequenceSourceImageSequenceSource object for loading signals from image
sequence data sources. To specify the data source and the parameters required to load the
source, use the loadSource method.
Properties
Methods
Examples
Tips
You can this class as a starting point for creating a custom data source loading class. To view the source code for this class, use this command:
edit vision.labeler.loading.ImageSequenceSource
Version History
Introduced in R2026b
