opencv/modules/gapi
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
..
cmake Added linkage of s11n required libs in standalone 2020-09-24 17:44:58 +03:00
doc Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
include/opencv2 G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
misc/python Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
perf G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
samples G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
test G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
CMakeLists.txt G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00