Skip to content

Commit f596179

Browse files
authored
Update README.md
1 parent 8a7744a commit f596179

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# Analysis-of-Image-Segmentation-Methods
2-
This study consists of a comparative analysis of various image segmentation methods on cytological images
2+
### This study consists of a comparative analysis of various image segmentation methods on cytological images
3+
4+
In this study, we implemented various segmentation techniques on cytological images. The segmentation methods are listed below:
5+
1. Thresholding
6+
2. Adaptive Thresholding
7+
3. Otsu Binarization
8+
4. Edge Detection Techniques - Sobel, Prewitt, etc.
9+
5. KMeans clustering based Segmentation
10+
6. Watershed Algorithm
11+
12+
We tried various combinations and achieved best results using thresholding + watershed algorithm.
13+
14+
Then we implemented the whole script using threading techniques in python to imporve the efficiency and included task parallelism.
15+
16+
The cytological dataset is provided by murphy labs and is available on their official [website](http://murphylab.web.cmu.edu/data/).

0 commit comments

Comments
 (0)