How do i calculte Threshold size?

1 vue (au cours des 30 derniers jours)
Simon Dussault
Simon Dussault le 1 Fév 2013
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!

Réponse acceptée

Shashank Prasanna
Shashank Prasanna le 1 Fév 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 commentaires
Simon Dussault
Simon Dussault le 1 Fév 2013
Is there another way of doing it without this function? cause i dont hace computer vision system toolbox.
Shashank Prasanna
Shashank Prasanna le 1 Fév 2013
Maybe this is helpful:
its available in file exchange but does the same thing

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 1 Fév 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.
  1 commentaire
Simon Dussault
Simon Dussault le 1 Fév 2013
Thx image analyst! :D

Connectez-vous pour commenter.

Catégories

En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by