File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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/ ) .
You can’t perform that action at this time.
0 commit comments