필터 지우기
필터 지우기

How can use roipoly in a 3D image?

조회 수: 4 (최근 30일)
Ann G
Ann G 2016년 3월 17일
편집: Ann G 2016년 3월 17일
I have created a code in which I use ginput, roipoly and imcrop in order to select a ROI from a 2D slice. How can I do that in a 3D image(for every slice)?
[x,y]=ginput;
BW = roipoly(ROI, x, y);
...
A=ROI .*BW;
Final=imcrop(K);
figure; imagesc(Final); axis equal; colormap(gray); colorbar;

답변 (0개)

카테고리

Help CenterFile Exchange에서 Build Interactive Tools에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by