opencv/modules/gapi/perf/common
Pinaev Danil 53b6fb465c Merge pull request #15695 from aDanPin:dp/incorrect_use_of_muve_fix
Fix incorrect use of std::move() in g-api perf tests

* First version

* Fix perfomace tests

Replace

    c.apply(...);

with

    cc = c.compile(...);
    cc(...);

* Remove output meta arguments from .compile()

* Style fix

* Remove useless commented string

* Stick to common pattern : i.e. use gin() and gout() explicitly.

* Use cc(gin(...), gout(...)) in all cases.
2019-11-28 16:25:20 +03:00
..
gapi_core_perf_tests_inl.hpp Merge pull request #15695 from aDanPin:dp/incorrect_use_of_muve_fix 2019-11-28 16:25:20 +03:00
gapi_core_perf_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_core_perf_tests.hpp perf tests are added 2019-08-05 19:04:14 +03:00
gapi_imgproc_perf_tests_inl.hpp Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
gapi_imgproc_perf_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_imgproc_perf_tests.hpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00