VisionCpp
0.0.1
|
This functor allows displaying HSV. More...
#include <OP_HSVToU8C3.hpp>
Public Member Functions | |
visioncpp::pixel::U8C3 | operator() (visioncpp::pixel::F32C3 in) |
This functor allows displaying HSV.
the formula followed for unsigned char: 255S, 255V, 128H
Definition at line 26 of file OP_HSVToU8C3.hpp.
|
inline |