mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 22:40:17 +08:00
bf06e3d09f
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
30 lines
609 B
Markdown
30 lines
609 B
Markdown
# Implementation details {#gapi_impl}
|
|
|
|
[TOC]
|
|
|
|
# G-API Implementation details
|
|
|
|
@note this section is still in progress.
|
|
|
|
# API layer {#gapi_detail_api}
|
|
|
|
## Expression unrolling {#gapi_detail_expr}
|
|
|
|
## Parameter marshalling {#gapi_detail_params}
|
|
|
|
## Operations representation {#gapi_detail_operations}
|
|
|
|
# Graph compiler {#gapi_detail_compiler}
|
|
|
|
## ADE basics {#gapi_detail_ade}
|
|
|
|
## Graph model representation {#gapi_detail_gmodel}
|
|
|
|
## G-API metadata and passes {#gapi_detail_meta}
|
|
|
|
# Backends {#gapi_detail_backends}
|
|
|
|
## Backend scope of work {#gapi_backend_scope}
|
|
|
|
## Graph transformation {#gapi_backend_pass}
|