From 96a0235c0e07950bcf07f35b202afaf58b9fa405 Mon Sep 17 00:00:00 2001 From: Tanqiu Liu Date: Mon, 18 Sep 2017 22:07:50 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d29bee..8f17f7f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ The convolutional neural network consists of three convolutional layers and two CNN structure -For each image, the sliding window method predicts a set of points which are candidates of cell centers. Following postprocessing of these candidates includes discard points outside the cells and merge points in the cells. Finally we get precise and robust predictions of cell centers. +For each image, the sliding window method predicts a set of points which are candidates of centers of cells. Following postprocessing of these candidates includes discard points outside the cells and merge points in the cells. Finally we get precise and robust predictions of centers of cells.         + +###1.Detecting cell contour