1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

fix documentation

This commit is contained in:
Vladislav Vinogradov
2013-08-20 17:34:32 +04:00
parent 429bfad225
commit a41006754e
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ Create Bilateral TV-L1 Super Resolution.
.. ocv:function:: Ptr<SuperResolution> superres::createSuperResolution_BTVL1()
.. ocv:function:: Ptr<SuperResolution> superres::createSuperResolution_BTVL1_GPU()
.. ocv:function:: Ptr<SuperResolution> superres::createSuperResolution_BTVL1_CUDA()
This class implements Super Resolution algorithm described in the papers [Farsiu03]_ and [Mitzel09]_ .