User`s guide

1-5
Live image capture in Color Thresholder app
You can now do color thresholding on an image acquired from a Webcam using the Color
Thresholder app. The new Image Capture tab allows you to bring a live image from USB
Webcams into the app. Previously, you had to save your images to disk and manually add
them into the app.
The image capture functionality in the Color Thresholder app allows you to:
Capture live images from USB Webcams
Save an acquired image to a variable
Integrate between image acquisition and color thresholding
Control camera properties, such as brightness and contrast
Use the colorThresholder function to open the app. Then select Load Image >
Acquire Image From Camera to open the Image Capture tab. Select your device, set
any properties, and preview the image. You can then capture an image.
regionprops function can return results in table
The regionprops function can now return results in a table. To use this capability,
specify the string 'table’ as the first input argument.
GPU acceleration for imregionalmax, imregionalmin,
imgaussfilt, imgaussfilt3, and regionprops functions
This release adds GPU acceleration for several toolbox functions: imgaussfilt
,imgaussfilt3 , imregionalmax, imregionalmin, and regionprops. GPU
acceleration for these functions requires Parallel Computing Toolbox™ software and
meeting the GPU computing requirements detailed here.
Functions Being Removed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
roifill Still works but issues a
warning
regionfill Replace instances
of roifill with
regionfill.