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

Functor converts RGB ( R: 0.0f..1.0f, G: 0.0f..1.0f, B: 0.0f..1.0f) to HSV ( H: 0.0f..360.f, S: 0.0f..1.0f V: 0.0f..1.0f ) color space. More...

#include <OP_RGBToHSV.hpp>

Collaboration diagram for visioncpp::OP_RGBToHSV:

Public Member Functions

visioncpp::pixel::F32C3 operator() (visioncpp::pixel::F32C3 inRGB)
 

Detailed Description

Functor converts RGB ( R: 0.0f..1.0f, G: 0.0f..1.0f, B: 0.0f..1.0f) to HSV ( H: 0.0f..360.f, S: 0.0f..1.0f V: 0.0f..1.0f ) color space.

Definition at line 26 of file OP_RGBToHSV.hpp.

Member Function Documentation

◆ operator()()

visioncpp::pixel::F32C3 visioncpp::OP_RGBToHSV::operator() ( visioncpp::pixel::F32C3  inRGB)
inline
Parameters
inRGB
Returns
F32C3

Definition at line 29 of file OP_RGBToHSV.hpp.


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