ImageM
ImageM integrates into a GUI several algorithms for interactive image processing and analysis. It allows to load images, apply filtering and/or segmentation, and run basic analyses. Interface is largely inspired from the open source software "ImageJ".
The interface is packaged as a Matlab Application. To install, simply double-click and follow installation instructions.
The development of ImageM started as a proof of concept for creating GUI dedicated to image processing. After adding several tools and options, I thought it could be useful to others, and maybe be used as an example of gui development. The source are available on the GitHub project (https://github.com/mattools/ImageM).
ImageM relies on the image processing toolbox and on the GUI Layout Toolbox. Most algorithms are wrapped into a specific "Image" class that allow to process in a unified way grayscale, binary and color images, 2D or 3D, and that can be used independently (see https://github.com/mattools/matlab-image-class).
Bug reports or feature requests can be sent via the GitHub page.
Cite As
David Legland (2024). ImageM (https://github.com/mattools/ImageM/releases/tag/v1.3.2.1), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Tags
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.
ImageM
ImageM/+imagem/+actions
ImageM/+imagem/+actions/+analyze
ImageM/+imagem/+actions/+edit
ImageM/+imagem/+actions/+file
ImageM/+imagem/+actions/+image
ImageM/+imagem/+actions/+process
ImageM/+imagem/+actions/+process/+binary
ImageM/+imagem/+actions/+table
ImageM/+imagem/+actions/+table/+edit
ImageM/+imagem/+actions/+table/+file
ImageM/+imagem/+actions/+table/+plot
ImageM/+imagem/+actions/+table/+process
ImageM/+imagem/+actions/+view
ImageM/+imagem/+app
ImageM/+imagem/+gui
ImageM/+imagem/+gui/+events
ImageM/+imagem/+tools
ImageM/+imagem/+util/+color
ImageM/+imagem/+util/+enums
ImageM/+imagem/+util/+vectorImage
tests/imagem/app
tests/imagem/util/vectorImage
Version | Published | Release Notes | |
---|---|---|---|
1.3.2.1 | See release notes for this release on GitHub: https://github.com/mattools/ImageM/releases/tag/v1.3.2.1 |
||
1.3.2 | See release notes for this release on GitHub: https://github.com/mattools/ImageM/releases/tag/v1.3.2 |
||
1.3.1 | See release notes for this release on GitHub: https://github.com/mattools/ImageM/releases/tag/v1.3.1 |
||
1.3 | See release notes for this release on GitHub: https://github.com/mattools/ImageM/releases/tag/v1.3 |
||
1.2.0 | Add support for 3D images, vector images, and management of data tables. Several new operators. |
||
1.1.0.0 | update GUI layout library |
||
1.0.0.0 |