Skip to content

MatImage v1.2

Compare
Choose a tag to compare
@dlegland dlegland released this 11 Jan 11:13
· 71 commits to master since this release

MatImage is an image processing library for Matlab. It is build as a complement of the Image Processing Toolbox. The matImage library is divided into several modules:

  • imFilters - Image filtering (smooth, enhance, gradient...)
  • imMeasures - Measurement of various parameters in digital images
  • imStacks - Functions for manipulation and display of 3D images
  • imMinkowski - Geometric measures (Surface, Perimeter...) in 2D or 3D
  • imGeodesics - Propagation of geodesic distances in images
  • imGranulometry - Compute granulometry curves on grayscale images
  • imShapes - Generation of images representing geometric shapes
  • util - General purpose functions

Improvements

Version 1.2 is mostly a bug-fixes released. It also provides a user-manual.

  • added imWeightedHistogram
  • readstack: added support for ImageJ Big Tiff files
  • savestack: added possibility to specify slice indices; now uses TIFF lib to accelerate write time
  • added imReadRawData
  • imMinkowski: updated organization of the imMinkowski module; homogeneization of the management of label images
  • imSurface was renamed to imSurfaceArea
  • imDistanceMap: fix bug for pixels at the border of image