ImROI

Statistical analysis of a region of interest in an image.
10,1K download
Aggiornato 30 giu 2003

Nessuna licenza

This program allows the user to manually draw a Region of Interest (ROI) in an image. All points within the ROI are analyzed to yield mean value, std, min and max value, and median. The output is a structure with the ROI control points and statistical results. The function can also take predefined ROI arrays as input. A demo program is included (ImROIdemo.m)

Cita come

Ronald Ouwerkerk (2024). ImROI (https://www.mathworks.com/matlabcentral/fileexchange/1596-imroi), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12.1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: ROI

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

In response to the comments of Saad Jbabdi on 2003-03-31 I modified the output to include a mask. The mask is in roi.mask
after running roi= ImROI(image);
2003-06-19 Restored ImROIdemo.m