About
Various Matlab
functions and tools used basic low-level image processing and analysis.
version: 1.0
license: EUPL
Installation and usage
Install the package imtools
on a local drive and the paths of the different modules below to your pathdef.m
setup file:
algebra
: Matrix manipulationderive
: Differentiation functionsfeature
: Feature extractionfilter
: Filtering functionsgraph
: Graph and network analysis and representationsurface
: Surface analysis functionspyramid
: Hierarchical pyramid analysis and decompositionsharpen
: Sharpening and enhancing functionsgeometry
: Basic geometrical toolskernel
: Kernel operatorsmorphology
: Mathematical morphologypropagation
: Propagation and Fast Marching methodssegmentation
: Segmentation functionsstatistics
: Basic statistical tools and operatorstexture
: Texture analysis and representationsmisc
: Miscellaneous functions
See Contents.html
for a quick overview.
That’s it… Or almost: you may also want to install some useful mex
built-in functions: run compile_feature.m
(source), compile_filter.m
(source), compile_propagation.m
(source), and compile_pyramid.m
(source) so as to compile some C/C++ source code.
Note
Run webpub
function to generate html documentation. Check script use.