I have seen all questions on SO for range of HSV color space for skin But I can only figure out this
Code -
CvScalar hsv_min = cv
I have tried lower = np.array([0, 10, 60], dtype = "uint8") upper = np.array([20, 150, 255], dtype = "uint8") It gives almost good result .
lower = np.array([0, 10, 60], dtype = "uint8") upper = np.array([20, 150, 255], dtype = "uint8")