| 
    VisionCpp
    0.0.1
    
   | 
 
This header gathers all interoperability with OpenCV operations. More...
Go to the source code of this file.
Classes | |
| struct | visioncpp::OP_CVBGRToRGB | 
| 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... | |
| struct | visioncpp::OP_RGBToCVBGR | 
| 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... | |
| struct | visioncpp::OP_GREYToCVBGR | 
| float between [0.0f, 1.0f] to [0, 255] One channel GREY ( float ) is going to be converted to one channel cv::Mat  More... | |
Namespaces | |
| visioncpp | |
| VisionCpp namespace.  | |
This header gathers all interoperability with OpenCV operations.
Definition in file opencvinterop.hpp.