VisionCpp
0.0.1
|
It converts float to uchar converting [0.0f, 1.0f] to [0, 255]. More...
#include <OP_FloatToF32C3.hpp>
Public Member Functions | |
visioncpp::pixel::U8C1 | operator() (float t) |
It converts float to uchar converting [0.0f, 1.0f] to [0, 255]. More... | |
It converts float to uchar converting [0.0f, 1.0f] to [0, 255].
Definition at line 36 of file OP_FloatToF32C3.hpp.
|
inline |
It converts float to uchar converting [0.0f, 1.0f] to [0, 255].
t | - float of 1 channel |
Definition at line 40 of file OP_FloatToF32C3.hpp.