Matlab Image Class v1.1.1
The aim of the Image class is to facilitate the manipulation of multi-dimensional images within Matlab. Multidimensional images (2D, 3D, time-lapse) of various types (grayscale, color, binary, label...) can be easily manipulated and processed in an unified way. Meta-data such as spatial calibration can be specified, and are taken into account for quantitative image analysis, making the package suitable for bio-image analysis.
Several methods encapsulate features from the Image Processing Toolbox, and some original ones are provided.
New features
- added
orthogonalProjection
method - updated
kmeans
method to work also on scalar images (resulting in multi-level thresholding) - updated several methods for analysis of region to better take into account the spatial calibration
- added
regionEquivalentEllipses
, andregionBoxes
- better management of image name for creating name of new images
- added
regionIsosurface
for 3D visualisation of label images