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.

Image Processing matlab problem!

Status
Not open for further replies.

auto_mitch

Full Member level 3
Joined
Oct 14, 2004
Messages
172
Helped
16
Reputation
32
Reaction score
3
Trophy points
1,298
Activity points
1,240
median filter in matlab

Hi everyone!
I am user of image processing toolbox of matlab and i have a problem with my project.
I want to remove from a face image some hairy spots.
Firstly I used a very low pass filter on original image.
Also i used a median filter on original image.
Hereafter i subtracted the very low pass filter result from the median
filter result and the final image has only the hairy spots.
I tried to subtract from the median filter result the image with hairy spots only.
The result of last subtraction wasn't good. Some hairy spots removed but not all of them because the pixels of final image have been moved a because of the very low pass filter effect.
Can u help me? Any ideas?
thanks anyway!!!
 

You can get the grayscale level or RGB data range of hairy spots and then perform a thresholding technique to separate the hairy spots and then you subtract them from original image
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top