Image Batch Processor
Apply a function to multiple images
Description
The Image Batch Processor app lets you process
a folder of images using a function you specify. The function must
have the following signature: out = fcn(in)
. The
app creates an output folder containing the processed images, using
the same name and subfolder structure as the input folder.
Open the Image Batch Processor App
MATLAB® Toolstrip: On the Apps tab, under Image Processing and Computer Vision, click the Image Batch Processor app icon.
MATLAB command prompt: Enter
imageBatchProcessor
.
Programmatic Use
Version History
Introduced in R2015a