图像的数学形态学处理/090 击中击不中运算

击中击不中运算

击中击不中运算定义为:

$$A \otimes B = (A\ominus B_1) \cap (A^c\ominus B_2)$$

../figure912.png

在matlab中实现

c = bwhitmiss(A, B1, B2);

../figure913.png

图像的数学形态学处理/090 击中击不中运算 (2008-05-22 16:31:54由czk编辑)