Public Member Functions
puma2::RGB8ToY8UV8Operator Class Reference

Converts an RGB image to separate Y and UV images. More...

#include <RGB8ToY8UV8Operator.h>

Inheritance diagram for puma2::RGB8ToY8UV8Operator:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

Converts an RGB image to separate Y and UV images.

Definition at line 26 of file RGB8ToY8UV8Operator.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:


obj_rec_gui
Author(s): AGAS/agas@uni-koblenz.de
autogenerated on Mon Oct 6 2014 02:53:44