According to http://en.wikipedia.org/wiki/HSL_and_HSV#Use_in_image_analysis :
Because the R, G, and B components of an object’s color in a digital image are all correlated with the amount of light hitting the object, and therefore with each other, image descriptions in terms of those components make object discrimination difficult. Descriptions in terms of hue/lightness/chroma or hue/lightness/saturation are often more relevant.
Also some good info here
Related Posts:
- How to resize an image with OpenCV2.0 and Python2.6
- Python: Can’t convert float NaN to integer
- How can one display an image using cv2 in Python
- How to detect simple geometric shapes using OpenCV
- OpenCV Python cv2.perspectiveTransform
- Converting a Cubemap into Equirectangular Panorama
- inverting image in Python with OpenCV
- Why would cv2.COLOR_RGB2GRAY and cv2.COLOR_BGR2GRAY give different results?
- ValueError: total size of new array must be unchanged
- Stereograms: Decoding an image from a pattern [closed]
- Finding white rectangle in an image
- How do I install opencv using pip?
- g++ ld: symbol(s) not found for architecture x86_64
- Cannot find module cv2 when using OpenCV
- Cannot find module cv2 when using OpenCV
- ImportError: numpy.core.multiarray failed to import
- import opencv vs import cv2
- Cannot find module cv2 when using OpenCV
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL’s are there
- ImportError: numpy.core.multiarray failed to import
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL’s are there
- How to import cv2 in python3?
- Permission denied error by installing matplotlib
- How do I install Python OpenCV through Conda?
- How to solve munmap_chunk(): invalid pointer error in C++
- How to import cv2 in python3?
- How can I upgrade NumPy?
- Difference in output with waitKey(0) and waitKey(1)
- numpy with python: convert 3d array to 2d
- Resize image in PHP
- How to view .img files?
- How to view .img files?
- ImportError: libSM.so.6: cannot open shared object file: No such file or directory
- C++ Image Processing Libraries
- explain arguments meaning in res = cv2.bitwise_and(img,img,mask = mask)
- What is the definition of a “disparity map”?
- OpenCV NoneType object has no attribute shape
- What does bitwise_and operator exactly do in openCV?
- SystemError: new style getargs format but argument is not a tuple?
- Unable to convert 3d ply file image to 2d image
- ImportError: No module named ‘cv2’ Python3
- Cannot import cv2 in python in OSX
- ImportError: No module named cv2
- RuntimeWarning: overflow encountered in ubyte_scalars
- OpenCV NoneType object has no attribute shape
- Displaying Image in Java
- Installing opencv on Windows 10 with python 3.6 and anaconda 3.6
- How to crop an image in OpenCV using Python
- OpenCV Error: Assertion failed (size.width>0 && size.height>0) simple code
- SystemError: new style getargs format but argument is not a tuple?
- TypeError: Image data can not convert to float
- TypeError: Image data can not convert to float
- cmake error ‘the source does not appear to contain CMakeLists.txt’
- How does cv2.boundingRect() function of OpenCV work?
- Understanding BufferedImage.getRGB output values
- How to crop an image using C#?
- Image Segmentation using Mean Shift explained
- OpenCV houghLinesP parameters
- Removing all installed OpenCV libs
- Negative RGB Values
- Python OpenCV2 (cv2) wrapper to get image size?
- Getting an error “fopen’: This function or variable may be unsafe.” when compling [duplicate]
- What exactly is BGR color space?
- How to convert JPG to PNG on upload in WordPress (via add_image_size)?