imageprocessors.h File Reference

#include "imageprocessor.h"
#include <selforg/stl_adds.h>
Include dependency graph for imageprocessors.h:

Go to the source code of this file.

Classes

struct  StdImageProcessor
 Standard image processor - convenience class for 1 to 1 image processing. More...
struct  BWImageProcessor
 black and white image More...
struct  HSVImgProc
 converts the image to a HSV coded image More...
struct  ColorFilterImgProc
 filters for a specific color (requires HSV, so use HSVImgProc before) More...
struct  LineImgProc
 creates a lightsensitive sensorline. More...
struct  AvgImgProc
 time average of image More...

Namespaces

namespace  lpzrobots
 

forward declarations


Defines

#define MIN3(x, y, z)   x<y ? (x<z ? x : z) : (y<z ? y : z)
#define MAX3(x, y, z)   x>y ? (x>z ? x : z) : (y>z ? y : z)

Define Documentation

#define MAX3 ( x,
y,
 )     x>y ? (x>z ? x : z) : (y>z ? y : z)
#define MIN3 ( x,
y,
 )     x<y ? (x<z ? x : z) : (y<z ? y : z)
Generated on Thu Jun 28 14:46:38 2012 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.6.3