imtool3D
Use this class to make a self-contained image viewing panel within a GUI (or any figure). Similar to imtool but with the added ability to scroll through slices of an image stack. Only designed to view grayscale (intensity) images. Hopefully this will save people time when either designing a GUI or even when they just need to quickly look through an image stack.
Cite As
Justin Solomon (2024). imtool3D (https://www.mathworks.com/matlabcentral/fileexchange/40753-imtool3d), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Display and Exploration > Basic Display >
Tags
Acknowledgements
Inspired: imtool3D_td, Brain Ruler
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.
imtool3D-master-6baae49102ffcd858132df3872b71d3f30307f6f/
Version | Published | Release Notes | |
---|---|---|---|
2.5.1.0 | Updated readme.md |
||
2.5.0.0 | Many bug fixes and improvements. |
||
2.4.2.0 | Added a "smart" paint brush. The brush works by doing a local binary Ostu threshold and then painting onto only the area that contains the most pixels. This lets you accurately capture the edge of a feature quickly. |
||
2.4.1.0 | Fixed a small bug related to windowing with the mouse. |
||
2.4.0.0 | Added a paint brush to adjust the overlay mask. The window and leveling should now work well for images for any dynamic range. Added a property (windowSpeed) that controls how quickly the window and level settings change with mouse movement. |
||
2.3.3.0 | Fixed typo.
|
||
2.3.2.0 | 2.3.2- Squished a few bugs for older Matlab versions. Added method to set and get the transparency of the overlaid mask. Refined the panning and zooming. |
||
1.8.0.0 | Now the code makes sure the figure is centered when creating an imtool3D object in a new figure. |
||
1.7.0.0 | Added ability to overlay a semi-transparent mask on top of the image data. Also redesigned/simplified the ROI tools implementation. |
||
1.6.0.0 | Updated for compatibility with MATLAB R2014b. Also fixed a bug where an error was shown when a single slice image is viewed with imtool3D. |
||
1.5.0.0 | Updated to allow for multiple imtool3D objects in a single figure while being able to use the scroll wheel for each one. |
||
1.4.0.0 | Updated Screenshot |
||
1.3.0.0 | 2.1- Added crop tool, help button, and button that resets the pan and zoom settings to show the entire image (useful when you're zoomed in and you just want to zoom out quickly. |
||
1.2.0.0 | New in version 2.0- Completely redesigned the tool. Window and leveling, pan, and zoom are now done with the mouse as is standard in most medical image viewers. Also the overall astestic design of the tool is improved with a new black theme. Added ab |
||
1.1.0.0 | Added the method:
|
||
1.0.0.0 |