00001 #ifndef TESTALG_H_ 00002 #define TESTALG_H_ 00003 #include <QImage> 00004 #include "procAlg.h" 00005 00019 class TestAlg : public ProcAlg 00020 { 00021 public: 00022 TestAlg(); 00023 virtual ~TestAlg(); 00031 void processFrame(QImage *frame); 00032 00033 private: 00034 unsigned long lastKey; 00035 }; 00036 00037 #endif /*TESTALG_H_*/
1.4.7