Making a ROI and save its coordinates
Ältere Kommentare anzeigen
Hi, I want to create a freehand ROI and crop the ROI part only, and then save the coordinates. Then i want to use the saved coordinate on other similar images to crop the ROI. Any idea how can i do that?
Antworten (1)
Keerthana Chiruvolu
am 3 Mär. 2020
0 Stimmen
Hi,
- Kindly use the Image Segmenter App to draw a freehand ROI and create a binary mask. Use this ROI on various images.
- In the case of rectangular ROI, use the Blob Analysis block to obtain the dimensions (coordinates, width, height) of the ROI from the binary mask. Use these dimensions in the imcrop() function to crop the ROI.

Refer to the following links for demo codes:
- https://www.mathworks.com/matlabcentral/answers/17951-to-calculate-mean-of-roi-drawn-using-freehand-tool#answer_24213
- https://www.mathworks.com/matlabcentral/answers/420364-how-to-crop-required-roi-from-an-image#comment_615850
Kategorien
Mehr zu ROI-Based Processing 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!