1. Home
  2. Docs
  3. Computer Vision
  4. Image Processing Functionalities with OpenCV

Image Processing Functionalities with OpenCV

Colour Mapping

Various color models

  • RGB (Red, Green and Blue)
  • HSV (Hue, Saturation and value)
  • HSL ( Hue, Saturation and Lightness)

HSL and HSV aligned with the way human vision perceives the color

HSV (hue, saturation, value)

HSV (hue, saturation, value) colorspace is a model to represent the colorspace similar to the RGB color model. Since the hue channel models the color type, it is very useful in image processing tasks that need to segment objects based on its color.

Variation of the saturation goes from unsaturated to represent shades of gray and fully saturated (no white component).

Value channel describes the brightness or the intensity of the color.

HSL

Conversion from RGB to hsv

Refer Solved Problem

Loading

Views: 1

Articles

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments