MCPcopy Create free account
hub / github.com/MasteringOpenCV/code / convertImageRGBtoHSV

Function convertImageRGBtoHSV

Chapter8_FaceRecognition/ImageUtils_0.7.cpp:931–966  ·  view source on GitHub ↗

Create a HSV image from the RGB image using the full 8-bits, since OpenCV only allows Hues up to 180 instead of 255. ref: "http://cs.haifa.ac.il/hagit/courses/ist/Lectures/Demos/ColorApplet2/t_convert.html" Remember to free the generated HSV image.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

convertPixelRGBtoHSV_256Function · 0.70

Tested by

no test coverage detected