How can i count the number of cells in an image?

조회 수: 5 (최근 30일)
vishakha  vijaykumar
vishakha vijaykumar 2016년 11월 29일
답변: Farouk Moukaddem 2016년 12월 13일

I want to count the number of cells in the given tissue image. Can someone help me with it? I am attaching the image of the tissue.

  댓글 수: 1
Star Strider
Star Strider 2016년 11월 29일
What defines a cell? What is the stain? What parts of the cell is the stain defining?
It looks like a cross-section of a striated muscle with neurovascular bundles and nerve axons, and the lower part looks necrotic.

댓글을 달려면 로그인하십시오.

답변 (1개)

Farouk Moukaddem
Farouk Moukaddem 2016년 12월 13일
Hi Vishakha,
I can see from the picture you uploaded that your image has some background noise. I suggest trying to break the image into a couple of different pieces to separate the main regions of background color. You can do that by using the "imshow" function and then picking specific rows and columns values in the functions "imshow" or "imwrite.
After that, you can work on counting cells that have a more consistent background intensity in each area.
For information about the "imshow" and "imwrite" functions, refer to the following links:
https://www.mathworks.com/help/matlab/ref/imwrite.html
https://www.mathworks.com/help/images/ref/imshow.html
Thanks,
Farouk

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by