TarzaNN
TarzaNN neural network simulator
|
00001 #ifndef MOTIONMASK_H 00002 #define MOTIONMASK_H 00003 00004 #include "Filter.h" 00005 00007 00015 class MotionMask : public Filter { 00016 public: 00018 MotionMask(int width, int height, float angle); 00019 // virtual ~MotionMask(); 00020 00021 private: 00022 float ang; 00023 }; 00024 00025 #endif //MGMOTIONMASK_H