フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

hi plz i wont to find Blobs .identify Blobs and dispay them for a single frame in dicom images i use the programme below

1 回表示 (過去 30 日間)
mima  zebouchi
mima zebouchi 2016 年 4 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
L=bwlabeln(bw);
stats=regionprops(L,'Area','Centroid');
LL=L(:,:,1)+1;
cmap=hsv(length(stats));cmap=[1 1 1;cmap];
LL=cmap(LL,:);
LL=reshape(LL,[m n]);
figure(6),
imshow(reshapeddat); but i have erre:
??? Error using ==> reshape
To RESHAPE the number of elements must not change.
Error in ==> brainscan4 at 131 LL=reshape(LL,[m n]);

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by