VisionCpp
0.0.1
|
it converts RGB pixel to HSV pixel More...
Go to the source code of this file.
Classes | |
struct | visioncpp::OP_RGBToHSV |
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... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
it converts RGB pixel to HSV pixel
Definition in file OP_RGBToHSV.hpp.