Skip to content

MatImage v1.2.1

Compare
Choose a tag to compare
@dlegland dlegland released this 09 Jul 16:32
· 58 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.1 is mostly a bug-fixes release. The user-manual has also been updated.

  • imMeasures: homogeneize the management of spatial calibration
  • imFilters: add imMultiOtsuThreshold.m
  • update license files
  • imMeasures/imFindLabels.m: re-organize processing workflow, add doc
  • imStacks: update writing rule for color images
  • imStacks/metaImageWrite.m: update management of filename extension
  • imStacks/readstack.m: fix import of TIF images saved with ImageJ larger than 4GB