Skip to content

Matlab Image Class v1.1.1

Compare
Choose a tag to compare
@dlegland dlegland released this 23 Feb 17:19
· 27 commits to master since this release

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, and regionBoxes
  • better management of image name for creating name of new images
  • added regionIsosurface for 3D visualisation of label images