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

Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
pull/293/merge
Sergey Lavrushkin 7 years ago committed by Pedro Arthur
parent 95cb2127ad
commit 1f18a633c6
  1. 3
      libavfilter/dnn_espcn.h
  2. 3
      libavfilter/dnn_srcnn.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

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

Loading…
Cancel
Save