Module opencv::dnn_superres

source ·
Expand description

DNN used for super resolution

This module contains functionality for upscaling an image via convolutional neural networks. The following four models are implemented:

Modules

Structs

  • A class to upscale images via convolutional neural networks. The following four models are implemented:

Traits