- 01 Oct, 2019 1 commit
-
-
Xavier Weber authored
* Add learning-based super-resolution module Adds the module plus loading classes for SR data Complete with docs, tutorials and tests. * Fix typo * Small commit to restart buildbot * Change refs from arXiv to official * Remove video string * dnn_superres: update perf test code * dnn_superres: test fixup
-
- 29 Sep, 2019 1 commit
-
-
Fanny Monori authored
* Adding dnn based super resolution module. * Fixed whitespace error in unit test * Fixed errors with time measuring functions. * Updated unit tests in dnn superres * Deleted unnecessary indents in dnn superres * Refactored includes in dnn superres * Moved video upsampling functions to sample code in dnn superres. * Replaced couts with CV_Error in dnn superres * Moved benchmarking functionality to sample codes in dnn superres. * Added performance test to dnn superres * Resolve buildbot errors * update dnn_superres - avoid highgui dependency - cleanup public API - use InputArray/OutputArray - test: avoid legacy test API
-