Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
matImage-manual-1.2.pdf | 2021-01-11 | 1.4 MB | |
MatImage-1.2.mltbx | 2021-01-11 | 5.1 MB | |
MatImage v1.2 source code.tar.gz | 2021-01-11 | 24.7 MB | |
MatImage v1.2 source code.zip | 2021-01-11 | 25.1 MB | |
README.md | 2021-01-11 | 1.2 kB | |
Totals: 5 Items | 56.3 MB | 0 |
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