VisionCpp  0.0.1
Classes | Namespaces
OP_RGBToGREY.hpp File Reference

it converts RGB pixel to Grey 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_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.
 

Detailed Description

it converts RGB pixel to Grey pixel

Definition in file OP_RGBToGREY.hpp.