libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.

Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
This commit is contained in:
Sergey Lavrushkin 2018-08-02 19:56:23 +03:00 committed by Pedro Arthur
parent 95cb2127ad
commit 1f18a633c6
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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