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