How can I identify number of cells in this image?
이전 댓글 표시
I would like to count the number of cells in this image.

댓글 수: 2
Mohammad Sami
2021년 3월 11일
See if these examples / answers are able to help you.
AAS
2021년 3월 11일
채택된 답변
추가 답변 (1개)
Image Analyst
2021년 3월 11일
1 개 추천
I would first just threshold to exclude the background produce a binary image, and then label the blobs. Then identify blobs which are just single blobs - not touching others. Then get the average area of those. Then sum the binary image and divide by the average area. It should be reasonably accurate, expecially considering the count will vary a lot as the field of view moved or cells enter and leave the field of view. See my Image Segmentation Tutorial in my File Exchange for a demo.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
