Further tools for analyzing objects in N-dimensional images
version 1.1.8 (39.8 KB) by
Matt J
A collection of tools to supplement bwpropfilt, bwareaopen, and the like.
This FEX submission contains some tools I find to be handy supplements to bwpropfilt, bwareaopen, and other routines from the Image Processing Toolbox for analyzing objects in images. They include:
1. BWLPROPFILTN, BWLAREAFILTN, BWLAREAOPENN: Extensions of bwpropfilt, bwareafilt and bwareaopen to accomodate N-dimensional images.
2. BWLMASKPROPFILTN: A function to extract objects based on properties of their intersections with a user-supplied binary mask. Handles N-dimensional images.
3. BWLALPHACLOSE: similar to bwconvhull, this will use an alpha shape to seal or reduce concavities in objects (2D and 3D images only).
4. BWLDILATE, BWLERODE, BWLCLOSE, BWLOPEN: Extensions of imdilate,imerode,imclose,imopen, to accomodate N-dimensional label maps.
All of these routines support both binary images and label maps.
See the help() documentation for usage instructions and the Examples tab for demos.
Cite As
Matt J (2022). Further tools for analyzing objects in N-dimensional images (https://www.mathworks.com/matlabcentral/fileexchange/90762-further-tools-for-analyzing-objects-in-n-dimensional-images), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2021a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.