ImROI

버전 1.0.0.0 (3.97 KB) 작성자: Ronald Ouwerkerk
Statistical analysis of a region of interest in an image.
다운로드 수: 10.1K
업데이트 날짜: 2003/6/30

라이선스 없음

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)

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ROI-Based Processing에 대해 자세히 알아보기
도움

줌: ROI

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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