VisionCpp
0.0.1
|
This custom functor changes 1 channel by factor passed via float f. More...
#include <OP_ScaleChannel.hpp>
Public Member Functions | |
visioncpp::pixel::F32C3 | operator() (visioncpp::pixel::F32C3 lhs, float f) |
This custom functor changes 1 channel by factor passed via float f.
Definition at line 39 of file OP_ScaleChannel.hpp.
|
inline |
lhs | - Pixel in HSV color space |
f | - S channel multiplier |
Definition at line 43 of file OP_ScaleChannel.hpp.