Public Types | Public Member Functions
ImageGrabber Class Reference

This class grabs mono and stereo images from the connected cameras. More...

#include <ImageGrabber.h>

List of all members.

Public Types

enum  ColorFormat { UYVY8 = 0, RGB8 = 1, GRAY8 = 2, Y8UV8 = 3 }
 specifies color spaces & depths More...
enum  ImageQuality { LOW = 0, HIGH = 1 }
 specifies image qualities (e.g. when scaling) More...
enum  ScaleFactor { FULL = 1, HALF = 2, QUARTER = 4 }
 specifies down scaling factors for images More...

Public Member Functions

 ImageGrabber ()
 ImageGrabber (std::string parentName)
 The constructor.
virtual ~ImageGrabber ()

Detailed Description

This class grabs mono and stereo images from the connected cameras.

Author:
David Gossow (RX)

Definition at line 30 of file ImageGrabber.h.


Member Enumeration Documentation

specifies color spaces & depths

Enumerator:
UYVY8 
RGB8 
GRAY8 
Y8UV8 

Definition at line 35 of file ImageGrabber.h.

specifies image qualities (e.g. when scaling)

Enumerator:
LOW 
HIGH 

Definition at line 43 of file ImageGrabber.h.

specifies down scaling factors for images

Enumerator:
FULL 
HALF 
QUARTER 

Definition at line 49 of file ImageGrabber.h.


Constructor & Destructor Documentation

Definition at line 55 of file ImageGrabber.h.

ImageGrabber::ImageGrabber ( std::string  parentName)

The constructor.

Parameters:
parentNameUsed as main name for the timers
virtual ImageGrabber::~ImageGrabber ( ) [virtual]

The destructor.


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


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