1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Commit Graph

2 Commits

Author SHA1 Message Date
Xavier Weber
8ab145c4bb Merge pull request #2480 from Saafke:dnn_superres_pythonwrap
* Add a python wrap to the dnn_superres module

Adds a python wrap with approriate python bindings and tutorial

Also fixes some minor errors in the tutorials

* Remove trailing whitespaces

* Remove erring python binding

try to fix a windows build error

* Add python tests

Tests model that upscales an image x2

Test getter functions

* Add one more subdirectory

add 'test' subdir
2020-03-31 07:59:53 +00:00
Fanny Monori
dda33bf36f Merge pull request #2229 from fannymonori:gsoc_dnn_superres
* 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
2019-09-29 16:52:35 +03:00