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
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!