Merge pull request #16050 from dmatveev:dm/ocv42_gapi_doc_fixup
authorDmitry Matveev <dmitry.matveev@intel.com>
Fri, 6 Dec 2019 12:36:02 +0000 (15:36 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 6 Dec 2019 12:36:02 +0000 (15:36 +0300)
commitb2b6f52d14c94b1cc26c3cd78dbd4b2f49199431
tree15f15854ef522df194c5b4096f7ecb550211acb7
parent15621532b8d27a514978f586fca9ab3909a3f04e
Merge pull request #16050 from dmatveev:dm/ocv42_gapi_doc_fixup

* G-API: Addressed various documentation issues

- Fixed various typos and missing references;
- Added brief documentaion on G_TYPED_KERNEL and G_COMPOUND_KERNEL macros;
- Briefly described GComputationT<>;
- Briefly described G-API data objects (in a group section).

* G-API: Some clean-ups in doxygen, also a chapter on Render API

* G-API: Expose more graph compilation arguments in the documentation

* G-API: Address documentation review comments
25 files changed:
doc/tutorials/gapi/anisotropic_segmentation/porting_anisotropic_segmentation.markdown
modules/gapi/doc/00-root.markdown
modules/gapi/doc/10-hld-overview.md
modules/gapi/doc/20-kernel-api.markdown
modules/gapi/doc/30-implementation.markdown
modules/gapi/doc/pics/render_example.png [new file with mode: 0644]
modules/gapi/include/opencv2/gapi.hpp
modules/gapi/include/opencv2/gapi/core.hpp
modules/gapi/include/opencv2/gapi/fluid/gfluidkernel.hpp
modules/gapi/include/opencv2/gapi/gcommon.hpp
modules/gapi/include/opencv2/gapi/gcompoundkernel.hpp
modules/gapi/include/opencv2/gapi/gcomputation.hpp
modules/gapi/include/opencv2/gapi/gkernel.hpp
modules/gapi/include/opencv2/gapi/gmat.hpp
modules/gapi/include/opencv2/gapi/gtyped.hpp
modules/gapi/include/opencv2/gapi/imgproc.hpp
modules/gapi/include/opencv2/gapi/infer.hpp
modules/gapi/include/opencv2/gapi/ocl/goclkernel.hpp
modules/gapi/include/opencv2/gapi/plaidml/plaidml.hpp
modules/gapi/include/opencv2/gapi/render.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/render/render.hpp
modules/gapi/samples/api_ref_snippets.cpp
modules/gapi/samples/draw_example.cpp [new file with mode: 0644]
modules/gapi/src/api/render.cpp
modules/gapi/src/backends/ie/util.hpp