|
Time-of-Flight-SDK
|
The base class for implementations for FrameProcessor. More...
#include <frame_processor.h>
Public Member Functions | |
| virtual | ~FrameProcessor ()=default |
| Destructor. | |
| virtual Status | processFrame (const Frame &inFrame, Frame &outFrame)=0 |
| processFrame More... | |
The base class for implementations for FrameProcessor.
Definition at line 45 of file frame_processor.h.
|
pure virtual |
processFrame
| inFrame | - The frame which is used as input data | |
| [out] | outFrame | - The frame which gets modified during the process |
1.8.15