Counting object using circular hough transform

Good day all please i used circular hough transform (imfindcircle) to detect red blood cells in a microscopic image, can anyone please help me with the code that will help count the circles been detected? i am using Matlab 2017a. thank you and i look forward to your usual assitance.

댓글 수: 2

I am trying to find rbc count by hough tranform, but i am finding it difficult toget radious range
can you pls provide some inputs
Try imfindcircles.
imfindcircles uses a Circular Hough Transform (CHT) based algorithm for finding circles in images. This approach is used because of its robustness in the presence of noise, occlusion and varying illumination.
The CHT is not a rigorously specified algorithm, rather there are a number of different approaches that can be taken in its implementation.
The documentation goes into detail about the implementations.

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

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 3월 6일

0 개 추천

https://in.mathworks.com/help/images/examples/detect-and-measure-circular-objects-in-an-image.html

댓글 수: 2

fary
fary 2018년 3월 6일
Thank you for your response but i have detected already, just want to know the number of circles i have detected in the image
cc = bwconncomp(detectedimage);
Number_of_cells = cc.NumObjects

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

질문:

2018년 3월 5일

댓글:

2019년 11월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by