[][src]Module opencv::superres

Super Resolution

The Super Resolution module contains a set of functions and classes that can be used to solve the problem of resolution enhancement. There are a few methods implemented, most of them are described in the papers Farsiu03 and Mitzel09 .

Traits

FrameSource
SuperResolution

Base class for Super Resolution algorithms.

Functions

create_frame_source_camera

C++ default parameters

create_frame_source_empty
create_frame_source_video
create_frame_source_video_cuda
create_super_resolution_btvl1

Create Bilateral TV-L1 Super Resolution.

create_super_resolution_btvl1_cuda