Background subtracting in MATLAB

Posted by eiphyomin on Stack Overflow See other posts from Stack Overflow or by eiphyomin
Published on 2010-06-09T17:39:00Z Indexed on 2010/06/09 17:42 UTC
Read the original article Hit count: 152

Filed under:
|

I'm looking to do background subtracting on an image. I'm new to MATLAB and new to image processing/analysis, so sorry if any of this sounds stupid. 1) Other than imsubtract() are there other ways to do background subtracting (besides comparing one image to another)? 2) In the Math Works explanation for imsubtract() why do they make their structuring element a disk? This seems rather difficult so far because every time I try something, I end up not only subtracting the noisy background but also losing the parts of the image I want to look at!

© Stack Overflow or respective owner

Related posts about matlab

Related posts about image-processing