select roi on the circle
이전 댓글 표시
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
Sulaymon Eshkabilov
2022년 6월 21일
답변 (2개)
Image Analyst
2022년 6월 21일
0 개 추천
Looks like you could simply create a mask using the code in the FAQ:
Latifa Bouguessaa
2022년 6월 22일
0 개 추천
댓글 수: 1
Image Analyst
2022년 6월 23일
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);
카테고리
도움말 센터 및 File Exchange에서 ROI-Based Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!