How can use roipoly in a 3D image?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!