VisionCpp
0.0.1
|
This functor performs conversion from [0, 255] to [0.0f, 1.0f]. More...
#include <OP_U8C3ToF32C3.hpp>
Public Member Functions | |
visioncpp::pixel::F32C3 | operator() (visioncpp::pixel::U8C3 in) |
This functor performs conversion from [0, 255] to [0.0f, 1.0f].
Definition at line 25 of file OP_U8C3ToF32C3.hpp.
|
inline |
in | - three-channel unsigned char |
Definition at line 28 of file OP_U8C3ToF32C3.hpp.