VisionCpp
0.0.1
|
This node is a utility node that does a conversion from float with order of RGB to cv::Mat ( unsigned char storage; channel order BGR ) denormalise from VisionCpp base format ( F32C3 ) to opencv 8UC3 (three channel unsigned char) More...
#include <opencvinterop.hpp>
Public Member Functions | |
visioncpp::pixel::U8C3 | operator() (visioncpp::pixel::F32C3 in) |
This node is a utility node that does a conversion from float with order of RGB to cv::Mat ( unsigned char storage; channel order BGR ) denormalise from VisionCpp base format ( F32C3 ) to opencv 8UC3 (three channel unsigned char)
Definition at line 45 of file opencvinterop.hpp.
|
inline |