summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorSergey Lavrushkin <dualfal@gmail.com>2018-08-02 19:56:23 +0300
committerPedro Arthur <bygrandao@gmail.com>2018-08-14 15:02:41 -0300
commit1f18a633c601da16d8c92e59be8bb20f39264031 (patch)
tree5a3a659a86c174755432d15e1a23bd922daee9b9 /libavfilter
parent95cb2127adcfc1e8a2c77470523ec72beae5c905 (diff)
libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/dnn_espcn.h3
-rw-r--r--libavfilter/dnn_srcnn.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/libavfilter/dnn_espcn.h b/libavfilter/dnn_espcn.h
index 9344aa90fe..e0013fe1dd 100644
--- a/libavfilter/dnn_espcn.h
+++ b/libavfilter/dnn_espcn.h
@@ -20,7 +20,8 @@
/**
* @file
- * Default cnn weights for x2 upscaling with espcn model.
+ * This file contains CNN weights for ESPCN model (https://arxiv.org/abs/1609.05158),
+ * auto generated by scripts provided in the repository: https://github.com/HighVoltageRocknRoll/sr.git.
*/
#ifndef AVFILTER_DNN_ESPCN_H
diff --git a/libavfilter/dnn_srcnn.h b/libavfilter/dnn_srcnn.h
index 4f5332ce18..8bf563bd62 100644
--- a/libavfilter/dnn_srcnn.h
+++ b/libavfilter/dnn_srcnn.h
@@ -20,7 +20,8 @@
/**
* @file
- * Default cnn weights for x2 upscaling with srcnn model.
+ * This file contains CNN weights for SRCNN model (https://arxiv.org/abs/1501.00092),
+ * auto generated by scripts provided in the repository: https://github.com/HighVoltageRocknRoll/sr.git.
*/
#ifndef AVFILTER_DNN_SRCNN_H