mmROI (multiple images with multiple ROIs)

open multiple images and preform multiple ROIs process
ダウンロード: 6.5K
更新 2005/4/18

ライセンスの表示

1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image series.

2) Usage: [roi, im] = mmROI; (please don't forget to add a semicolon ";" at the end of this command. Otherwise, all image data will be showing on
screen!)

a) The statistic data are in roi structures, which may be save into a text file (optional). If you want to see the details, you may type, for example, roi.mean to show all mean values; roi.mean(1, 1, 1)to display the mean value of the 1st image, the 1st ROI and the red color; roi.std(3, 1, :) to show std values of all image 1, the 1st ROI and the blue color, etc.

b) The image data are in a stack (im). You may use immovie(im) to play a movie or montage(im) to show all images in one figure.

3) Limitation: all images MUST have exactly identical size. Otherwise, an error will take place and the program will be terminated. The reason is that all image data were loaded into a stack matrix, im(:,:,:,imNumber).

First version: 02/14/2004
Fix bug: Now it works on Version r14sp2

Shanrong Zhang
Department of Radiology
University of Washington

email: zhangs@u.washington.edu

引用

Shanrong Zhang (2024). mmROI (multiple images with multiple ROIs) (https://www.mathworks.com/matlabcentral/fileexchange/4511-mmroi-multiple-images-with-multiple-rois), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMovie についてさらに検索
謝辞

ヒントを得たファイル: ROI

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Fix bug so that it will run on version R14SP2