Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top