opencv/modules/gapi/test/internal
Dmitry Matveev ca8bb8d053 G-API: Introduce streaming::desync and infer(ROI)
- desync() is a new (and for now, the only one) intrinsic
  which splits the graph execution into asynchronous parts
  when running in Streaming mode;
- desync() makes no effect when compiling in Traditional mode;
- Added tests on desync() working in various scenarios;
- Extended GStreamingExecutor to support desync(); also extended
  GStreamingCompiled() with a new version of pull() returning a
  vector of optional values;
- Fixed various issues with storing the type information & proper
  construction callbacks for GArray<> and GOpaque;

- Introduced a new infer(Roi,GMat) overload with a sample;

- Introduced an internal API for Islands to control fusion
  procedure (to fuse or not to fuse);
- Introduced handleStopStream() callback for island executables;
- Added GCompileArgs to metadata of the graph (required for other
  features).
2020-10-29 20:19:15 +03:00
..
gapi_int_backend_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_int_dynamic_graph.cpp Merge pull request #17741 from aDanPin:dp/add_dinamic_graph_feature 2020-07-15 18:37:08 +00:00
gapi_int_executor_tests.cpp gapi(test): ban and get rid of countNonZero() checks 2020-02-26 14:19:19 +03:00
gapi_int_garg_test.cpp Merge pull request #18127 from smirnov-alexey:as/gapi_serialization 2020-09-07 17:10:03 +00:00
gapi_int_gmetaarg_test.cpp Merge pull request #16805 from Volskig:mp/ocv-gapi-standalone-scalar 2020-04-01 18:40:38 +00:00
gapi_int_gmodel_builder_test.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gapi_int_island_fusion_tests.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
gapi_int_island_tests.cpp Merge pull request #13943 from rgarnov:export_headers_for_backend_development 2019-04-17 21:54:47 +03:00
gapi_int_pattern_matching_test.cpp Merge pull request #16081 from dmatveev:dm/ocv42_gapi_bugfixes 2019-12-10 13:31:42 +03:00
gapi_int_perform_substitution_test.cpp Merge pull request #15313 from andrey-golubev:map_subst_to_pattern 2019-09-25 18:19:45 +03:00
gapi_int_proto_tests.cpp Merge pull request #18339 from rgarnov:rg/rmat_integration 2020-10-04 18:57:41 +00:00
gapi_int_recompilation_test.cpp Merge pull request #16745 from Volskig:mp/ocv-gapi-standalone-size 2020-04-02 18:19:45 +00:00
gapi_int_vectorref_test.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_transactions_test.cpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00