Developer Documentation
|
The PostProcessor Interface can be used to add additional image post processing functions to OpenFlipper. For example you get the rendered image in the usual buffers. Afterwards you can add a post processor doing for example edge detection or taking the depth image from the buffer and render it to the main image.
Example Code for functions:
To use the PostProcessorInterface: