Quote Originally Posted by tommy_chai
Yiannakop: Thanks for your guidance, really appreciated it.
Any time

Quote 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).

Quote 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...