Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== OpenCV ====== ===== HSV ===== HSV color space consists of 3 matrices: * HUE: color range in (0-179) * SATURATION: amount to which that respective color is mixed with white, range in (0-255) * VALUE: amount to which that respective color is mixed with black, range in (0-255) Hue values of basic colors: * Orange 0-22 * Yellow 22- 38 * Green 38-75 * Blue 75-130 * Violet 130-160 * Red 160-179 tips/opencv/concepts.txt Last modified: 2016/04/29 09:49by scipio