How to apply reconstruction on images?

조회 수: 2 (최근 30일)
Ayesha ch
Ayesha ch 2016년 6월 18일
편집: Walter Roberson 2016년 6월 27일
Hi, I'm trying to do reconstruction in my matlab code, it doesn't work the first time and gives a blank black image. Though it runs after the code is run two or three times. I have tried the clear all statement. Kindly help me how can I fix this glitch?
Any help would be appreciated.
% erosion
se = strel('ball',9,9);
e=imerode(blue_nuclei,se);
figure, imshow(e), title('erosion');
% reconstruction
IM = imreconstruct(e,segmented_images{2});
figure, imshow(IM), title('reconstructed2');
  댓글 수: 1
Image Analyst
Image Analyst 2016년 6월 26일
You'll need to attach the image, and the code you used to produce the blue_nuclei variable.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by