VisionCpp
0.0.1
|
This node is a utility node that does a conversion from cv::Mat ( unsigned char storage; channel order BGR ) to float with order of RGB normalise from opencv format to VisionCpp internal format [0, 255] to [0.0f, 1.0f]. More...
#include <opencvinterop.hpp>
Public Member Functions | |
visioncpp::pixel::F32C3 | operator() (visioncpp::pixel::U8C3 in) |
This node is a utility node that does a conversion from cv::Mat ( unsigned char storage; channel order BGR ) to float with order of RGB normalise from opencv format to VisionCpp internal format [0, 255] to [0.0f, 1.0f].
Definition at line 29 of file opencvinterop.hpp.
|
inline |