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

This custom functor changes 1 channel by factor passed via float f. More...

#include <OP_ScaleChannel.hpp>

Collaboration diagram for visioncpp::OP_ScaleChannelOne:

Public Member Functions

visioncpp::pixel::F32C3 operator() (visioncpp::pixel::F32C3 lhs, float f)
 

Detailed Description

This custom functor changes 1 channel by factor passed via float f.

Definition at line 39 of file OP_ScaleChannel.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::F32C3 visioncpp::OP_ScaleChannelOne::operator() ( visioncpp::pixel::F32C3  lhs,
float  f 
)
inline
Parameters
lhs- Pixel in HSV color space
f- S channel multiplier
Returns
F32C3 - Altered HSV color space pixel

Definition at line 43 of file OP_ScaleChannel.hpp.


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