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 how to convert -ve image to +ve image using 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
sir,
I am doing project in NDT. I am inneed of separting the image send me some valuable suggestions I will be very thankful to you.
with thanks
sudharsan.T
 


could u explain more what is -ve ,positive image so that i could help u???
 

You can take the absolute value

using I = abs(I);
where I is the image matrix

Regards

Robin
 

F(x,y) input image
g(x,y) negative of f(x,y)
g(x,y) = 255- f(x,y);
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top