Image Region Analyzer
Browse and filter connected components in image
Open the Image Region Analyzer App
MATLAB® Toolstrip: On the Apps tab, under Image Processing and Computer Vision, click the Image Region Analyzer app icon.
MATLAB command prompt: Enter
imageRegionAnalyzer
.
Examples
Programmatic Use
Tips
Image Region Analyzer uses the
regionprops
function to identify regions in the image and calculate properties of those regions. Note that theregionprops
offers additional capabilities for calculating region properties:Measure properties of images with discontiguous regions
Measure additional properties such as the centroid and the maximum and minimum Feret diameter and angle
Measure pixel value properties of grayscale images
Measure a subset of properties for N-D images
Perform measurements on a GPU and generate code
Image Region Analyzer uses the
bwpropfilt
andbwareafilt
functions to filter binary images.