Converts an RGB image to separate Y and UV images. More...
#include <RGB8ToY8UV8Operator.h>
Public Member Functions | |
virtual void | apply (const ColorImageRGB8 &constRgbImage, GrayLevelImage8 &imageY, ColorImageUV8 &imageUV) |
Do the real work of the operator. | |
RGB8ToY8UV8Operator () | |
RGB8ToY8UV8Operator (const ColorImageRGB8 &constRgbImage, GrayLevelImage8 &imageY, ColorImageUV8 &imageUV) | |
virtual | ~RGB8ToY8UV8Operator () |
Converts an RGB image to separate Y and UV images.
Definition at line 26 of file RGB8ToY8UV8Operator.h.
puma2::RGB8ToY8UV8Operator::RGB8ToY8UV8Operator | ( | ) | [inline] |
Default constructor.
Definition at line 34 of file RGB8ToY8UV8Operator.h.
puma2::RGB8ToY8UV8Operator::RGB8ToY8UV8Operator | ( | const ColorImageRGB8 & | constRgbImage, |
GrayLevelImage8 & | imageY, | ||
ColorImageUV8 & | imageUV | ||
) | [inline] |
Create, apply, delete
Definition at line 39 of file RGB8ToY8UV8Operator.h.
virtual puma2::RGB8ToY8UV8Operator::~RGB8ToY8UV8Operator | ( | ) | [inline, virtual] |
Destructor
Definition at line 48 of file RGB8ToY8UV8Operator.h.
void puma2::RGB8ToY8UV8Operator::apply | ( | const ColorImageRGB8 & | constRgbImage, |
GrayLevelImage8 & | imageY, | ||
ColorImageUV8 & | imageUV | ||
) | [virtual] |
Do the real work of the operator.
Implements puma2::ImageToImagePairOperator< ColorImageRGB8, GrayLevelImage8, ColorImageUV8 >.
Definition at line 20 of file RGB8ToY8UV8Operator.cpp.