ColorFilterImgProc Struct Reference
filters for a specific color (requires HSV, so use HSVImgProc before)
More...
#include <imageprocessors.h>
Inherits lpzrobots::StdImageProcessor.
List of all members.
Detailed Description
filters for a specific color (requires HSV, so use HSVImgProc before)
- Parameters:
-
| minhue | minimal hue value to pass through |
- See also:
- HSVImgProc::Colors
- Parameters:
-
| maxhue | maximal hue value to pass through |
- See also:
- HSVImgProc::Colors
- Parameters:
-
| satThreshold | minimal saturation required to be considered as a color |
| valThreshold | minimal "value" required to be considered as a color |
- See also:
- HSVImgProc
-
StdImageProcessor
Constructor & Destructor Documentation
ColorFilterImgProc |
( |
bool |
show, |
|
|
float |
scale, |
|
|
int |
minhue, |
|
|
int |
maxhue, |
|
|
int |
sat_threshold = 100 , |
|
|
int |
val_threshold = 50 | |
|
) |
| | [inline] |
Member Function Documentation
overload this function and initialise the dest.img and the dest.name
Implements StdImageProcessor.
virtual void process |
( |
const osg::Image * |
src, |
|
|
osg::Image * |
dest | |
|
) |
| | [inline, virtual] |
Member Data Documentation
The documentation for this struct was generated from the following file: