Thresholding in Matlab

Posted by 3babala on Stack Overflow See other posts from Stack Overflow or by 3babala
Published on 2010-05-06T04:10:31Z Indexed on 2010/05/06 4:18 UTC
Read the original article Hit count: 243

Filed under:
|

How do I threshold an image to find the local maxes in a robust way? I know I can just look at the data, visually guess at some appropriate h value, and do imextendedmax(I,h) where h is the threshold... but I'm looking for a more robust way to do it in Matlab. I'm pretty new to Matlab and coding so this is all foreign...

© Stack Overflow or respective owner

Related posts about matlab

Related posts about image-processing