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

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

#include <OP_BGRToRGB.hpp>

Collaboration diagram for visioncpp::OP_BGRToRGB:

Public Member Functions

visioncpp::pixel::U8C3 operator() (visioncpp::pixel::U8C3 in)
 functor that reorders channels, e.g. More...
 

Detailed Description

This functor reorders channels BGR to RGB.

Definition at line 25 of file OP_BGRToRGB.hpp.

Member Function Documentation

◆ operator()()

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

functor that reorders channels, e.g.

HSV becomes VSH

Parameters
in- three channel unsigned char
Returns
U8C3 - three channel unsigned char

Definition at line 29 of file OP_BGRToRGB.hpp.


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