VisionCpp  0.0.1
Classes | Namespaces
OP_FloatToF32C3.hpp File Reference

Converts from uchar to float and float to uchar. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Converts from uchar to float and float to uchar.

Definition in file OP_FloatToF32C3.hpp.