I want to calculate the yellow pixels in a YCbCr image (open cv) with python how can I write this code
I want to use two 'FOR' loops of the variables (i and j) and with comparison of the Y, Cb, Cr values of the yellow color interval
Please start to write some code and come back with a real problem