VisionCpp
0.0.1
|
This struct is used to convert the provide struct to flot4, uint4, int4 memory. More...
#include <convert.hpp>
Static Public Member Functions | |
static T | convert (T t) |
function convert More... | |
This struct is used to convert the provide struct to flot4, uint4, int4 memory.
Also it s used to propagate all the channels of an element with one primary value. The former is used when we have an image while the latter is used for broadcast function. When both types are the same it does nothing but returns the input. template parameters:
T | is the input type to be converted |
Definition at line 38 of file convert.hpp.
|
inlinestatic |
function convert
Convert the input type to the output type. When both types are the same it does nothing but returns the input. parameters:
t | Input type to be converted |
Definition at line 45 of file convert.hpp.
Referenced by visioncpp::internal::tools::convert().