| 
    VisionCpp
    0.0.1
    
   | 
 
Converts from uchar to float and float to uchar. More...
Go to the source code of this file.
Classes | |
| struct | visioncpp::OP_FloatToF32C3 | 
| It replicates one channel to 3 channels.  More... | |
| struct | visioncpp::OP_FloatToU8C1 | 
| It converts float to uchar converting [0.0f, 1.0f] to [0, 255].  More... | |
| struct | visioncpp::OP_U8C1ToFloat | 
| It converts uchar to float converting range [0, 255] to [0.0f, 1.0f].  More... | |
| struct | visioncpp::OP_FloatToUChar | 
| It converts float to uchar.  More... | |
Namespaces | |
| visioncpp | |
| VisionCpp namespace.  | |
Converts from uchar to float and float to uchar.
Definition in file OP_FloatToF32C3.hpp.