| [Top] [Up] [Prev] [Next] | [Up] [Tutorial] | mmtutor V1.0 30abr2001 |
mm011what The SDC Morphology Toolbox is a set of functions (i.e., programs) for Image and Signal Processing. The functions available in our toolbox are based on the theory of Mathematical Morphology, a powerful non linear approach for the representation of image and signal transforms.
Our toolbox is useful for solving several Image and Signal Processing problems, particularly, segmentation, extraction of quantitative information, noise reduction and compression.
An interesting characteristic of Mathematical Morphology is that it permits to study generic transformations of discrete signals directly (i.e., without appealing to continuous approximations). This fact permits the development of efficient algorithms on compact integer data structures, that is a remarkable characteristic of our software.
The SDC Morphology Toolbox runs on MATLAB and is supported for 3 platforms: MS-Windows, Linux and Solaris.
The functions of our toolbox are implemented as mex files. For each function, there is an m-file and a mex-file, that is, a .dll, a .mexlx or a .mexsol, depending on the platform. The mex-files call a dynamic library, implemented in C and named libmorph.dll or libmorph.so, depending on the platform.
The SDC Morphology Toolbox is generated mostly using automatic methods. This ensures that the syntax and conventions used are very consistent throughtout the toolbox.
The toolbox operates on the following data structures:
uint8, uint16, and logical uint8 (binary)double
mmsecross (elementare 3x3 cross)
mmfreedom
uint8 and stored as logical uint8. Think of a problem that may happen if the two images are used in the wrong situation.| [Top] [Up] [Prev] [Next] | [Up] [Tutorial] |
|
| Copyright (c) 1998-20001 by SDC Information SystemsCopyright (c) 1998-20001 by SDC Information Systems | ||