Pink 0.9

hitormiss.c File Reference

morphological hit or miss transformation for binay images More...


Detailed Description

morphological hit or miss transformation for binay images

Usage: hitormiss in.pgm e1.pgm e2.pgm out.pgm

Description: Let X be the input set, E1, E2 be the two structuring elements, the result Y is given by:
Y = (X - E1) inter (Xb - E2)
where '-' denotes the erosion operator, and 'Xb' denotes the complementary of X.

Types supported: byte 2d, byte 3d, int32_t 2d, long3d

Category: morpho

Author:
Michel Couprie 2003