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

Function convertImageHSVtoRGB

Chapter8_FaceRecognition/ImageUtils_0.7.cpp:1069–1104  ·  view source on GitHub ↗

Create an RGB image from the HSV 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 RGB image.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

convertPixelHSVtoRGB_256Function · 0.70

Tested by

no test coverage detected