Beatmup
|
Interface of x2 image upsampling using a convolutional neural network on GPU. More...
#include <cnn_interface.h>
Public Member Functions | |
virtual | ~X2UpsamplingNetwork () |
virtual void | process (GraphicPipeline &gpu, GL::TextureHandler &input, AbstractBitmap &output)=0 |
virtual bool | usesEs31Backend () const =0 |
Interface of x2 image upsampling using a convolutional neural network on GPU.
Definition at line 29 of file cnn_interface.h.
|
inlinevirtual |
Definition at line 31 of file cnn_interface.h.
|
pure virtual |
Implemented in Beatmup::GLES31X2UpsamplingNetwork, and Beatmup::GLES20X2UpsamplingNetwork.
|
pure virtual |
Implemented in Beatmup::GLES31X2UpsamplingNetwork, and Beatmup::GLES20X2UpsamplingNetwork.