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, long 2d, long3d
Category: morpho