opencv/modules/gapi/src/backends
Alexey Smirnov f6aa9ac304
Merge pull request #18292 from smirnov-alexey:as/osd_serialization
[G-API]: Support render primitives serialization

* Add GOpaque and GArray serialization support

* Address review comments

* Remove holds() method

* Add serialization mechanism for render primitives

* Fix standalone mode

* Fix wchar_t error on win64

* Fix assert on windows

* Address review comments

* Fix GArray and GOpaque reset() method to store proper kind

* Reset wchar before deserializing it

* Fix wchar_t cross-platform issue

* Address review comments

* Fix wchar_t serialization and tests

* Remove FText serialization
2020-09-21 19:08:58 +00:00
..
common Merge pull request #18292 from smirnov-alexey:as/osd_serialization 2020-09-21 19:08:58 +00:00
cpu Merge pull request #18287 from mpashchenkov:mp/ocv-gapi-blue-branch 2020-09-18 13:31:16 +00:00
fluid Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
ie Merge pull request #18127 from smirnov-alexey:as/gapi_serialization 2020-09-07 17:10:03 +00:00
ocl Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
plaidml Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
render Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
README.md Merge pull request #12608 from dmatveev:gapi 2018-09-26 21:50:39 +03:00

This directory contains various G-API backends, which provide scheduling logic and kernel implementations for specific targets.