|
Video Processing Framework
|
#include <Ocv_SnakeImage.h>
Public Member Functions | |
| SnakeImage () | |
| SnakeImage (int numImageParameters, int numFloatParameters, int numIntegerParameters) | |
| virtual | ~SnakeImage () |
| virtual SnakeImage * | duplicate () |
| virtual void | init () |
| virtual int | allocateResults () |
| virtual int | directSetParameters (TList *longParList, TList *doubleParList) |
| virtual int | runProcessing () |
| virtual int | initializeProcessing () |
| virtual int | finalizeProcessing () |
Public Attributes | |
| long | calcGradient |
| long | winSize |
| long | maxIter |
| long | minMoved |
| float | globAlpha |
| float | globBeta |
| float | globGamma |
| int | firstFPoints |
| SnakeImage::SnakeImage | ( | ) |
| SnakeImage::SnakeImage | ( | int | numImageParameters, |
| int | numFloatParameters, | ||
| int | numIntegerParameters | ||
| ) |
| SnakeImage::~SnakeImage | ( | ) | [virtual] |
| int SnakeImage::allocateResults | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int SnakeImage::directSetParameters | ( | TList * | longParList, |
| TList * | doubleParList | ||
| ) | [virtual] |
| virtual SnakeImage* SnakeImage::duplicate | ( | ) | [inline, virtual] |
Reimplemented from AbstractProcessing.
| int SnakeImage::finalizeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| void SnakeImage::init | ( | ) | [virtual] |
| int SnakeImage::initializeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int SnakeImage::runProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| float SnakeImage::globAlpha |
| float SnakeImage::globBeta |
| float SnakeImage::globGamma |
| long SnakeImage::maxIter |
| long SnakeImage::minMoved |
| long SnakeImage::winSize |