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

float between [0.0f, 1.0f] to [0, 255] One channel GREY ( float ) is going to be converted to one channel cv::Mat More...

#include <opencvinterop.hpp>

Collaboration diagram for visioncpp::OP_GREYToCVBGR:

Public Member Functions

unsigned char operator() (float in)
 

Detailed Description

float between [0.0f, 1.0f] to [0, 255] One channel GREY ( float ) is going to be converted to one channel cv::Mat

Definition at line 59 of file opencvinterop.hpp.

Member Function Documentation

◆ operator()()

unsigned char visioncpp::OP_GREYToCVBGR::operator() ( float  in)
inline
Parameters
in
Returns
U8C1

Definition at line 62 of file opencvinterop.hpp.


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