|
Video Processing Framework
|
#include <Img_AdaptiveThreshold.h>
Public Member Functions | |
| AdaptiveThreshold () | |
| virtual | ~AdaptiveThreshold () |
| virtual AdaptiveThreshold * | duplicate () |
| virtual int | allocateResults () |
| virtual int | runProcessing () |
| virtual int | initializeProcessing () |
| virtual int | finalizeProcessing () |
Public Attributes | |
| int | maxValue |
| int | adaptMethod |
| int | thrType |
| int | blockSize |
| float | parameter |
| IplImage * | inputG |
| AdaptiveThreshold::AdaptiveThreshold | ( | ) |
| AdaptiveThreshold::~AdaptiveThreshold | ( | ) | [virtual] |
| int AdaptiveThreshold::allocateResults | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| virtual AdaptiveThreshold* AdaptiveThreshold::duplicate | ( | ) | [inline, virtual] |
Reimplemented from AbstractProcessing.
| int AdaptiveThreshold::finalizeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int AdaptiveThreshold::initializeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int AdaptiveThreshold::runProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| IplImage* AdaptiveThreshold::inputG |