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

This functor reorders channels BGR to RGB. More...

#include <OP_RGBToBGR.hpp>

Collaboration diagram for visioncpp::OP_RGBToBGR:

Public Member Functions

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

Detailed Description

This functor reorders channels BGR to RGB.

Definition at line 25 of file OP_RGBToBGR.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::U8C3 visioncpp::OP_RGBToBGR::operator() ( visioncpp::pixel::U8C3  in)
inline
Parameters
in- three-channel unsigned char
Returns
U8C3 - three-channel unsigned char

Definition at line 28 of file OP_RGBToBGR.hpp.


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