VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_RGBToCVBGR Struct Reference

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>

Collaboration diagram for visioncpp::OP_RGBToCVBGR:

Public Member Functions

visioncpp::pixel::U8C3 operator() (visioncpp::pixel::F32C3 in)
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

visioncpp::pixel::U8C3 visioncpp::OP_RGBToCVBGR::operator() ( visioncpp::pixel::F32C3  in)
inline
Parameters
in
Returns
U8C3

Definition at line 48 of file opencvinterop.hpp.


The documentation for this struct was generated from the following file: