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