How do i calculte Threshold size?

3 views (last 30 days)
Hi, im doing some road sign detection with matlab and one of the step i need to do is to detect the blob by threshold size? What does that mean? Im working right now in HSV. How can i tell my program to detect ROI (Blob) with Threshold size? Thanx!

Accepted Answer

Shashank Prasanna
Shashank Prasanna on 1 Feb 2013
It just means how strictly are you going to qualify your blob. Are you going to say this maybe is it, or no, it has to be perfect else i am not considering it.
The following link should help you set your thresholds: http://www.mathworks.com/help/vision/ref/detectsurffeatures.html
  2 Comments
Simon Dussault
Simon Dussault on 1 Feb 2013
Is there another way of doing it without this function? cause i dont hace computer vision system toolbox.

Sign in to comment.

More Answers (1)

Image Analyst
Image Analyst on 1 Feb 2013
Simon, you already marked this as "Accepted" so you probably don't need help anymore. But for other people, if you want to see how you can threshold blobs based on size, you can check out the Image Segmentation Tutorial in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 There I pick out two classes of coins, dimes and nickels (10 and 5 cent coins), from an image of mixed coins by thresholding based on size.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!