필터 지우기
필터 지우기

error while reconstructing an image showing white blank spaces while imshow

조회 수: 2 (최근 30일)
jeffin
jeffin 2015년 11월 22일
댓글: Image Analyst 2015년 11월 22일
I have trained few images in Artificial Neural network using back propogation algorithm and when i try to look back them using the following code,
for
...
% im = reshape(image(:,xx),row,col/3,3);
figure;
imshow(im)
....
end
i am getting a figure with white blank image. I have also tried using imshow(im,[]). But when i use im = reshape(image(:,xx),row,col); i am getting an image in 3 different component. But when i combine using im = reshape(image(:,xx),row,col/3,3) it appears as a white blank figure.
I didn't know the mistake. kindly help me out. thanks in advance.
  댓글 수: 1
Image Analyst
Image Analyst 2015년 11월 22일
What is the class and min and max values of im? Can you attach it in a .mat file?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by