How to detect low contrast objects with varying intensity ?

8 ビュー (過去 30 日間)
Vijay Rana
Vijay Rana 2018 年 2 月 23 日
回答済み: Arun Mathamkode 2018 年 3 月 2 日
I have an image with more or less circular objects. Majority of the objects are going to be low contrast. Intensity varies from dark to bright, against a noisy background. I can easily detect the comparatively high contrast ones using imfindcircles (separately running with bright and dark ObjectPolarity). However the ones in the center with pixel value very close to background go undetected. Any suggestions please?

回答 (1 件)

Arun Mathamkode
Arun Mathamkode 2018 年 3 月 2 日
Detecting circles or shapes rely on the quality of the image gradient we can get. When the circle pixels are close to the background the image gradients also will be weak. Maybe you can try an adaptive histogram equalization ( adapthisteq ) before detecting the circles.

Community Treasure Hunt

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

Start Hunting!

Translated by