
%Function:	Binary erosion.

%TemLibName:	- ?

%CNNModel:	Single-layer, CT-CNN

%Given:		Static binary image P

%Setting:	Input:P, IniState:Arbitrary(0), Boundary:Fixed(0)

%Output:	Binary image representing the result of the erosion operation.

%Timing:	-

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

NEIGHBORHOOD: 1

FEEDBACK:
0  0  0
0  0  0
0  0  0

CONTROL:
 0   1	  0
 0   1	  1
 0   0	  0

CURRENT: -2
