Identify the special area in low-contrast image
2 ビュー (過去 30 日間)
古いコメントを表示
I am trying to make MATLAB recognize ellipse in the image, but no matter how I adjust the thresholds for imbinarize and imadjust, MATLAB cannot fully recognize it. Are there any other methods I can try?
original file is attached
3 件のコメント
KALYAN ACHARJYA
2024 年 1 月 21 日
You can experiment with image filter or adjustment, followed by thresholding, and then proceed with a series of morphological steps. The precise steps for segmentation can be provided once I tried the initial process.
回答 (1 件)
Image Analyst
2024 年 1 月 21 日
Try activecontour
2 件のコメント
Image Analyst
2024 年 1 月 22 日
Keep trying -- sometimes it's tricky to get all the options adjusted correctly.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!