|
TarzaNN
TarzaNN neural network simulator
|
#include <MotionFilter.h>
Public Member Functions | |
| MotionFilter (MotionFeaturePlane *mfp, int width, int height, float gain) | |
| Constructor. | |
| virtual | ~MotionFilter () |
| OutputImage * | getOutput () |
| void | releaseOutput () |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| OutputImage * | output |
| OutputImage * | workOutput |
| float | gain |
| MotionFeaturePlane * | fp |
| QMutex | localAccess |
| int | width |
| int | height |
Friends | |
| class | MotionFeaturePlane |
Generic Motion Filter
| MotionFilter::MotionFilter | ( | MotionFeaturePlane * | mfp, |
| int | width, | ||
| int | height, | ||
| float | gain | ||
| ) |
Constructor.
| virtual MotionFilter::~MotionFilter | ( | ) | [inline, virtual] |
| void MotionFilter::finalize | ( | ) | [protected] |
| OutputImage * MotionFilter::getOutput | ( | ) |
| void MotionFilter::releaseOutput | ( | ) |
friend class MotionFeaturePlane [friend] |
MotionFeaturePlane* MotionFilter::fp [protected] |
float MotionFilter::gain [protected] |
int MotionFilter::height [protected] |
QMutex MotionFilter::localAccess [protected] |
OutputImage* MotionFilter::output [protected] |
int MotionFilter::width [protected] |
OutputImage* MotionFilter::workOutput [protected] |
1.7.5.1