TarzaNN
TarzaNN neural network simulator
Public Member Functions
MotionMask Class Reference

Convolution mask used in MG feature planes as part of a motion detector. More...

#include <MotionMask.h>

Inheritance diagram for MotionMask:
Filter Matrix Array2D< float >

List of all members.

Public Member Functions

 MotionMask (int width, int height, float angle)
 Constructor: angle is in radians.

Detailed Description

Convolution mask used in MG feature planes as part of a motion detector.

The MG motion mask that is described in the literature specifies a value of either 1/n or -1/n for each cell in the filter. However, this will produce an accurate mask only for axis-aligned motion. The mask implemented here will create an anti-aliased mask which is makes it more suitable for unaligned motion.


Constructor & Destructor Documentation

MotionMask::MotionMask ( int  width,
int  height,
float  angle 
)

Constructor: angle is in radians.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines