trying to write a code on Image processing

I am a beginner in Image Processing using MatLab and I am trying to write a code which compares and detects the error between two images and marks the particular error portion and I am using Matlab 2011b., kindly help me

답변 (2개)

Meshooo
Meshooo 2014년 1월 21일

0 개 추천

What do you mean by error?
Koteswar Rao Jerripothula
Koteswar Rao Jerripothula 2014년 1월 21일

0 개 추천

logical(abs(I1-I2))

댓글 수: 2

Mrutyunjay
Mrutyunjay 2014년 1월 21일
This is my code
close all a1=imread('master_image.png'); a=im2bw(a1); figure, imshow(a) b1=imread('test_image.png'); b=im2bw(b1); figure, imshow(b) k= imabsdiff(a,b); figure, imshow(k)
Im trying to find the difference in two images and the function 'logical(abs(a-b))' isn't working
mohammed
mohammed 2014년 1월 21일
편집: mohammed 2014년 1월 21일
Dear Mrutyunjay
Can you Tell me what error you are getting in your problem? or else what result you want ?
the Program what you wrote had no Error......

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

질문:

2014년 1월 21일

편집:

2014년 1월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by