VisionCpp  0.0.1
Classes | Namespaces
OP_RGBToHSV.hpp File Reference

it converts RGB pixel to HSV pixel More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

it converts RGB pixel to HSV pixel

Definition in file OP_RGBToHSV.hpp.