
%Function:	Center point detection.

%TemLibName:	CenterPointDetection (Algorithm!)

%CNNModel:	Single-layer, CT-CNN

%Given:		Static binary image P

%Setting:	Input:P, IniState:P, Boundary:Fixed(0)

%Output:	Binary image where a black pixel indicates the approximated center point of the object in P.

%Timing:	-

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


neighborhood: 1

feedback:
   1  0   0
   1  4  -1
   1  0   0

current: -1


