VisionCpp
0.0.1
|
it converts RGB pixel to Grey pixel More...
Go to the source code of this file.
Classes | |
struct | visioncpp::OP_RGBToGREY |
This functor performs RGB to GREY convertion following rule: GREY <- 0.299f * R + 0,587f * G + 0.114 * B. More... | |
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
it converts RGB pixel to Grey pixel
Definition in file OP_RGBToGREY.hpp.