Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Image » Image IO » EnumerateImages (EnumerateImages Sorted)
| Module: | FoundationLite |
|---|
Scans a disk directory for image files and then returns the images one by one in consecutive iterations sorted according to the specified order.
Applications
Emulates image acquisition with images stored on disk.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inDirectory | Directory | Input directory |
![]() |
inFileType | ImageFileFormat* | File format of the images |
![]() |
inSortingOrder | FileSortingOrder | Sorting order |
![]() |
inRepeat | Bool | Determines whether to repeat reading directory after reading all files |
![]() |
inProcessSubdirectories | Bool | Flag indicating whether to load images from the subdirectories or not |
![]() |
inInvert | Bool | Flag indicating whether to enumerate images backwards or not |
![]() |
inLoadAlphaChannel | Bool | Flag indicating whether to load alpha channel of the image or not |
![]() |
inDelay | Integer | Minimum time between iterations in milliseconds |
![]() |
outImage | Image | Output image |
![]() |
outFilePath | File | Output file path |
![]() |
outFileName | String | Output file name |
![]() |
outIsFirst | Bool | Flag indicating the first iteration |
![]() |
outIsLast | Bool | Flag indicating the last iteration |
Hints
- Set inDirectory to specify where on your disk are the images you want to load.
- This filter can also be added easily by dragging and dropping a disk directory from Windows Explorer to the Program Editor in Aurora Vision Studio.
Examples
Description of usage of this filter can be found in examples and tutorial: Blister Inspection (NET GmbH), HMI Grab Single Image, Parallel Enumeration, Parallel Image Saving, User Filter Example - Database Access, Bottle Inspector Part 1: Counting Bottles, Bottle Inspector Part 2: Measuring Liquid Level, Bottle Inspector Part 3: Foam Detection, Conditions in Formulas, Detecting Chocolate Coverage on a Wafer, Edge-based Template Matching: Gasket, Edge-based Template Matching: Gasket (expert), Extracting Capsule Shape, Gray-based Template Matching: Basic , Gray-based Template Matching: Missing Chip , Measure Objects , Reading Numbers from Images, Finding Razor Head Defects, Read the QR Code, Shape Fitting: Measuring holes, Shape Fitting: Gasket, Typical OCR application.
Remarks
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of EnumerateImages filter group visible as Sorted.

Advanced
