VisionCpp
0.0.1
|
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>
Public Member Functions | |
visioncpp::pixel::F32C3 | operator() (visioncpp::pixel::F32C3 inRGB) |
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.
|
inline |