Back to FabImage Studio website
You are here: Start » Filter Reference » Image IO » EnumerateImages
Scans a disk directory for image files and then returns the images one by one in consecutive iterations.
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 |
![]() |
outImage | Image | Output image |
![]() |
outFilePath | File | Output file path |
![]() |
outFileName | String | Output file name |
Applications
Emulates image acquisition with images stored on disk.
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 FabImage Studio.
Examples
Description of usage of this filter can be found in examples and tutorial: Badge Measurement, Barcodes (EAN13), Barcodes (EAN8), Blade, Bottle Inspection, Button Presence, Calibration with Chessboard , Calibration with Chessboard (Advanced), Cap, Capsules, Datamatrix, Fiducial Markers, Gasket Inspection, HMI Grab Single Image, Inset Distances, L-pipe measurements, Meter, Missing Chip, Molybdenum Foil, OCR Read Number, Pins, Plate Measurement, Radiator Holes, Rubber Ring, Seat Mount, Tablets, Waffles, Washers, Barcodes (Code128), Barcodes (Code39), Barcodes (EAN13 Addon2), Barcodes (EAN13 Addon5), Rubber Ring (Simple), OCR Read Number (SVM), Barcodes (Interleaved2of5), Cap (Advanced), Comparing Golden Template, Calibration of World Coordinates, Bottle Inspector Part 1: Counting Bottles, Bottle Inspector Part 2: Measuring Liquid Level, Bottle Inspector Part 3: Foam Detection, Measure Objects , Finding Razor Head Defects, Extracting Capsule Shape, Removing Camera Lens Distortion: Chessboard, Gray-based Template Matching: Basic , Gray-based Template Matching: Missing Chip , Shape Fitting: Measuring holes, Read the QR Code, Detecting Chocolate Coverage on a Wafer, Reading Numbers from Images, Conditions in Formulas, Edge-based Template Matching: Gasket, Shape Fitting: Gasket.
Complexity Level
This filter is available on Basic Complexity Level.