select roi on the circle
Ältere Kommentare anzeigen
Good day,
I hope someone can help me here.
I have a phantom CT image and want to select the objects (Roi). The objects are on a circle. Is there a way to convert this ROI to Cartesian coordinates. many thanks and best regards
1 Kommentar
Sulaymon Eshkabilov
am 21 Jun. 2022
Antworten (2)
Image Analyst
am 21 Jun. 2022
0 Stimmen
Looks like you could simply create a mask using the code in the FAQ:
Latifa Bouguessaa
am 22 Jun. 2022
0 Stimmen
1 Kommentar
Image Analyst
am 23 Jun. 2022
Why do you need to cut it out (crop it)? That's probably not necessary. If you do you can do this
props = regionprops(mask, 'BoundingBox');
croppedImage = imcrop(grayImage, props.BoundingBox);
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!