Difficult circular objects detection
이전 댓글 표시
Hi! I'm new to image processing and Matlab. I'm working on an image processing project which consists of detecting circular objects in a set of images similar to the one below (liposomes in glucose solution). I used Circular Hough transform in order to detect circles in the image but I cannot manage to detect also circles with an inner gray level similar to the one in the background (let's call them "lighter"). In addition, there are some noisy artifacts in the image that are detected as circular objects. I tried to improve the image by using a sharpening filter to get the boundaries of the lighter circles more visible, but I failed as the artifacts got sharpened too; I also tried contrast improvement obtaining the same result. I thought to compute a mean/blurring operation in order to make less relevant the artifacts but in this way I also delete the lighter circles.
Do you have any suggestions? Thanks

답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!