Breast cancer histologic image cell segmentation
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Hi everybody! I'm trying to detect both tumoral cells and linfocytes (darker and smaller points) in a dataset of images like the ones attached. I know that tumoral cells have a less omogeneous coloring and are bigger with respect to linfo. I need to segment these two structeres to obtain a mask that will be used for classification in the next step. I already tried a watershed algorithm and various combinations of thesholdings and morfological operations with a very bad final result (the algorithm doesn't detect a sufficient number of cells or detects agglomerations of them). I attach three images as an example of our data set. Thanks for all the replies!
1)

2)

3)

PS: these are some of our results (red=cancer, green=linfo)
1)

2)

3)

4 件のコメント
  Eleanor Betton
      
 2020 年 2 月 27 日
				Do you have an example of your code? Have you tried do any colour transformations to amplify the contast. Is detecting the cells or identifying between the tumoral cells and linfocytes which is the problem?
  KALYAN ACHARJYA
      
      
 2020 年 3 月 4 日
				
      編集済み: KALYAN ACHARJYA
      
      
 2020 年 3 月 4 日
  
			Steps: 
- Do the Preprocessing (Contrast Enhancement)
 - Segmentation (Not so challenging as per attached images)
 - Compare the results with Ground Truth Images
 
回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Biotech and Pharmaceutical についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!