help needed for image subtraction in matlab

Status
Not open for further replies.

susannit

Junior Member level 1
Joined
Mar 1, 2006
Messages
17
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,384
matlab image subtraction

hi,
I am doing project in digital radiography. As part of my project i need matlab code for image subrtraction with different weighted factor.
 

matlab program for image subtraction

There is a direct command in matlab for images subtraction i.e.

I = imread('rice.tif');
Iq = imsubtract(I,50);
subplot(1,2,1), imshow(I)
subplot(1,2,2), imshow(Iq)
You can use any weighing factor with that.


Regards

Robin
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…