Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IntegerDecodeType.H File Reference


Detailed Description

Strategies for decomposing input frames into integer-math components

Definition in file IntegerDecodeType.H.

#include <string>

Include dependency graph for IntegerDecodeType.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  IntegerDecodeType { INTG_DECODE_RGB, INTG_DECODE_VIDEO }
 Strategies for decomposing input frames into integer-math components. More...

Functions

std::string convertToString (const IntegerDecodeType val)
 IntegerDecodeType overload.
void convertFromString (const std::string &str, IntegerDecodeType &val)
 IntegerDecodeType overload.


Enumeration Type Documentation

enum IntegerDecodeType
 

Strategies for decomposing input frames into integer-math components.

Enumerator:
INTG_DECODE_RGB  compute luminance as (r+g+b)/3, chrominance as (r-g) and (b-y)
INTG_DECODE_VIDEO  compute luminance as the yuv 'y' component, chrominance as u and v

Definition at line 44 of file IntegerDecodeType.H.


Function Documentation

void convertFromString const std::string str,
IntegerDecodeType val
 

IntegerDecodeType overload.

Definition at line 60 of file IntegerDecodeType.C.

References INTG_DECODE_RGB, INTG_DECODE_VIDEO, LFATAL, and toLowerCase().

std::string convertToString const IntegerDecodeType  val  ) 
 

IntegerDecodeType overload.

Definition at line 47 of file IntegerDecodeType.C.

References INTG_DECODE_RGB, INTG_DECODE_VIDEO, and LFATAL.


Generated on Mon Nov 23 15:47:55 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4