|
Video Processing Framework
|
#include <Img_Example.h>
Public Member Functions | |
| ImgExample (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual ImgExample * | duplicate () |
| virtual int | processChannel (int chIndex, SimpleData *options=NULL) |
| ImgExample (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual ImgExample * | duplicate () |
| virtual int | processChannel (int chIndex, SimpleData *options=NULL) |
Public Attributes | |
| int | thrType |
| float | thresholdR |
| float | thresholdG |
| float | thresholdB |
| int | maxvalue |
| ImgExample::ImgExample | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| ImgExample::ImgExample | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| virtual ImgExample* ImgExample::duplicate | ( | ) | [inline, virtual] |
Reimplemented from ImageProcessing.
| virtual ImgExample* ImgExample::duplicate | ( | ) | [inline, virtual] |
Reimplemented from ImageProcessing.
| virtual int ImgExample::processChannel | ( | int | chIndex, |
| SimpleData * | options = NULL |
||
| ) | [virtual] |
Reimplemented from ImageProcessing.
| int ImgExample::processChannel | ( | int | chIndex, |
| SimpleData * | options = NULL |
||
| ) | [virtual] |
Reimplemented from ImageProcessing.
| float ImgExample::thresholdB |
| float ImgExample::thresholdG |
| float ImgExample::thresholdR |