MORPH Monash Image Library MORPH These routines perform morphological (shape) operations upon images. They should be modified to use the IMASK structure.
| ierode | erosion morphological operator, use i_structelem to create offsets. This function returns 0 if erosion fails, else 1 |
| iexpand | expansion morphological operator, use i_structelem to create offsets |
| imax | max morphological operator, include_origin: 1 -> yes, 0 -> no |
| imin | min morphological operator, include_origin: 1 -> yes, 0 -> no |
| imorfchen1 | morphological frei-chen transform method 1 |
| imorfchen2 | morphological frei-chen transform method 2 |
| imorfchen3 | morphological frei-chen transform method 3 |
| imorgrad1 | morphological gradient edge detection method 1 |
| imorgrad2 | morphological gradient edge detection method 2 |
| imorlap | morphological laplacian transform |
| imorrob | morphological roberts transform |
| imorsob1 | morphological sobel transform method 1 |
| imorsob2 | morphological sobel transform method 2 |
index | userguide | full | arithmetic | basic | binary | blocks | colour | compress | display | docs | fft | hist | image | io | makefile | masks | memory | misc | morph | pixel | rgb | stats | transform | error | mapping