opencv/modules/gapi/doc/30-implementation.markdown
Maksim Shabunin bf06e3d09f
Merge pull request #25042 from mshabunin:doc-upgrade
Documentation transition to fresh Doxygen #25042

* current Doxygen version is 1.10, but we will use 1.9.8 for now due to issue with snippets (https://github.com/doxygen/doxygen/pull/10584)
* Doxyfile adapted to new version
* MathJax updated to 3.x
* `@relates` instructions removed temporarily due to issue in Doxygen (to avoid warnings)
* refactored matx.hpp - extracted matx.inl.hpp
* opencv_contrib - https://github.com/opencv/opencv_contrib/pull/3638
2024-03-05 16:19:45 +03:00

609 B

Implementation details

[TOC]

G-API Implementation details

@note this section is still in progress.

API layer

Expression unrolling

Parameter marshalling

Operations representation

Graph compiler

ADE basics

Graph model representation

G-API metadata and passes

Backends

Backend scope of work

Graph transformation