|
-
November 26th, 2007, 02:03 PM
#23
Re: Color Detection Algorithm
 Originally Posted by tommy_chai
Yiannakop: Thanks for your guidance, really appreciated it.
Any time
 Originally Posted by tommy_chai
From my opinion,
colorDetectHSV(RGB1, [0.019 0.55 0.33], [0.01 0.02 0.02]);
we still have to fill in manually for HSV value which we can obtain by executing hsvMean = selectPixelsAndGetHSV(RGB, Area) right?
Yes you need to have a "manual" stage involving in your training process and that happens in general. So, yes you will have to execute selectPixelsAndGetHSV(), and to be 100% correct you will have to execute this on MANY images (which, in a way will form the training data set).
 Originally Posted by tommy_chai
In order to make it automated, i need to make a link to connect the HSV value which is generated to automatically update in colorDetectHSV() right?
I am not sure I get this actually...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|