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

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>

Collaboration diagram for visioncpp::OP_CVBGRToRGB:

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

◆ operator()()

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

Definition at line 32 of file opencvinterop.hpp.


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