Functions |
VImage | VGreyDilation3d (VImage src, VImage se, VImage dest) |
| 3D greylevel morphological dilation
|
VImage | VGreyErosion3d (VImage src, VImage se, VImage dest) |
| 3D greylevel morphological erosion
|
Detailed Description
3D grey level morphology.
- Reference:
- P. Maragos, R.W. Schafer (1990): "Morphological Systems for multidimensional signal processing", Proc. of the IEEE, Vol. 78, No. 4, pp. 690--709.
- Author:
- Gabriele Lohmann, MPI-CBS
Function Documentation
VImage VGreyDilation3d |
( |
VImage |
src, |
|
|
VImage |
se, |
|
|
VImage |
dest | |
|
) |
| | |
3D greylevel morphological dilation
- Parameters:
-
| src | input image (any repn) |
| se | raster image containing the structural element (bit repn) |
| dest | output image (any repn) |
| | |
VImage VGreyErosion3d |
( |
VImage |
src, |
|
|
VImage |
se, |
|
|
VImage |
dest | |
|
) |
| | |
3D greylevel morphological erosion
- Parameters:
-
| src | input image (any repn) |
| se | image containing the structural element (bit repn) |
| dest | output image (any repn) |
| | |