Struct opencv::dnn_superres::DnnSuperResImpl [−][src]
pub struct DnnSuperResImpl { /* fields omitted */ }Expand description
A class to upscale images via convolutional neural networks. The following four models are implemented:
- edsr
- espcn
- fsrcnn
- lapsrn
Implementations
Empty constructor for python
Constructor which immediately sets the desired model
Parameters
- algo: String containing one of the desired models:
- edsr
- espcn
- fsrcnn
- lapsrn
- scale: Integer specifying the upscale factor
