|
libcrn
3.9.5
A document image processing library
|
RGB to grayscale conversion action. More...
#include <CRNImageRGB.h>
Inheritance diagram for crn::RGB2Gray:
Collaboration diagram for crn::RGB2Gray:Public Member Functions | |
| virtual | ~RGB2Gray () override |
| virtual ImageGray | Convert (const ImageRGB &img)=0 |
| Action = convert a colour image to grey. More... | |
Public Member Functions inherited from crn::Action | |
| virtual | ~Action () override |
| Destructor. More... | |
| virtual StringUTF8 | GetClassName () const =0 |
| void | Deserialize (xml::Element &el) |
| xml::Element | Serialize (xml::Element &parent) const |
Public Member Functions inherited from crn::Object | |
| virtual | ~Object ()=default |
Additional Inherited Members | |
Public Attributes inherited from crn::Action | |
| crn::Map | UserData |
Protected Member Functions inherited from crn::Action | |
| virtual void | deserialize (xml::Element &el) |
| virtual xml::Element | serialize (xml::Element &parent) const |
RGB to grayscale conversion action.
Definition at line 109 of file CRNImageRGB.h.
|
inlineoverridevirtual |
Definition at line 112 of file CRNImageRGB.h.
Action = convert a colour image to grey.
Implemented in crn::RGB2GrayLPrime, crn::RGB2GrayL, crn::RGB2GrayY, crn::RGB2GrayValue, crn::RGB2GraySaturation, crn::RGB2GrayBlue, crn::RGB2GrayGreen, and crn::RGB2GrayRed.
1.8.6