FHROI: Interactive freehand ROI

버전 1.2.0.0 (2.03 KB) 작성자: Andrew Davis
Interactively specify 2D freehand ROI
다운로드 수: 660
업데이트 날짜: 2012/2/7

라이선스 보기

FHROI: Interactively specify 2D freehand ROI

Overlays an imfreehand ROI on an image.
Gives the ability to tweak the ROI by adding and
subtracting regions as needed, while updating
the ROI boundaries as an overlay on the image.
Returns a logical matrix of the same size as the
overlain image.

Requires alphamask:
http://www.mathworks.com/matlabcentral/fileexchange/34936

Usage:
bwMask = fhroi([axHandle])
axHandle: handle to axes on which to operate (optional)
bwMask: ROI mask as logical matrix

Example:
figure;
I = rand(20) + eye(20);
imshow(I, [], 'Colormap', hot, 'initialMagnification', 1000);
bwMask = fhroi;

See also IMFREEHAND, CREATEMASK

인용 양식

Andrew Davis (2024). FHROI: Interactive freehand ROI (https://www.mathworks.com/matlabcentral/fileexchange/34890-fhroi-interactive-freehand-roi), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

re-submission of the file since it didn't update last time

1.1.0.0

- Added 'delete ROI' user option
- Split off mask overlay code into alphamask function

1.0.0.0