Identify the special area in low-contrast image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
KALYAN ACHARJYA
il 21 Gen 2024
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.
Risposte (1)
Image Analyst
il 21 Gen 2024
Try activecontour
2 Commenti
Image Analyst
il 22 Gen 2024
Keep trying -- sometimes it's tricky to get all the options adjusted correctly.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!