#include <FrameAlgo.hpp>
Inheritance diagram for FrameAlgo:

Public Member Functions | |
| virtual bool | transform (const QCamFrame in, QCamFrame &out)=0 |
| Main callback to implement. | |
| virtual void | reset () |
| Forgot any state from the previous frames. | |
| virtual bool FrameAlgo::transform | ( | const QCamFrame | in, | |
| QCamFrame & | out | |||
| ) | [pure virtual] |
Main callback to implement.
Transfor the frame in. result is stored in out.
1.5.1