How to perform blob detection and classification on HSV colour plane?

5 Ansichten (letzte 30 Tage)
MR. W
MR. W am 15 Mär. 2016
Kommentiert: MR. W am 16 Mär. 2016
Hi Everyone,
Currently i try to do some blob detection to classify the object in an image. I have try with the conventional RGB image method: image preprocessing>>RGB to gray>>gray to binary with threshold>>post processing>>detect the blob>>classify object based on blob
However the result is not good as expected so i wonder whether the result will be better or not if i'm doing it in HSV colour plane? I would like to seek for some advice or suggestions on the method to detect all possible object blob from an image in HSV colour plane.
Any help would be appreciated. Thank you.

Antworten (1)

Explorer
Explorer am 15 Mär. 2016
You should see the tutorial for blob detection and modify according to your needs.
  1 Kommentar
MR. W
MR. W am 16 Mär. 2016
Hi,
Thanks for the suggestion.Actually i have look through this demo before and currently my main concern is to do the same thing but in HSV plane. I am thinking what is the properties of HSV plane which enable us to perform the same blob detection which can overcome some of the downside of RGB method?
if you have any idea on it. Please let me know.
Thanks again.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by