Research Article

Comparative Study on Automated Cell Nuclei Segmentation Methods for Cytology Pleural Effusion Images

Algorithm 7

: Adaptive thresholding method.
(1)Binarize the image with T
(2)Thin the binary image
(3)Remove all branch points
(4)Place the remaining endpoints in line to use as starting point for tracking
(5)Track the object with T
(6)Set the criteria T = T − 1 if the object passed testing; otherwise, return to step 5.