VisionCpp
0.0.1
|
This functor reorders channels BGR to RGB. More...
#include <OP_BGRToRGB.hpp>
Public Member Functions | |
visioncpp::pixel::U8C3 | operator() (visioncpp::pixel::U8C3 in) |
functor that reorders channels, e.g. More... | |
This functor reorders channels BGR to RGB.
Definition at line 25 of file OP_BGRToRGB.hpp.
|
inline |
functor that reorders channels, e.g.
HSV becomes VSH
in | - three channel unsigned char |
Definition at line 29 of file OP_BGRToRGB.hpp.