mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Updated Graph API (markdown)
parent
ca02380dd1
commit
98a8eadb0e
@ -1,7 +1,7 @@
|
||||
What it is?
|
||||
===========
|
||||
|
||||
* OpenCV 4.0 comes with a new experimental Graph API module (see opencv/modules/gapi). This is a new experimental API which allows to enable offload and optimizations for image processing / CV algorithms on pipeline level.
|
||||
* OpenCV 4.0 comes with a new experimental Graph API module (see [opencv/modules/gapi](https://github.com/opencv/opencv/tree/master/modules/gapi)). This is a new experimental API which allows to enable offload and optimizations for image processing / CV algorithms on pipeline level.
|
||||
|
||||
* The idea behind G-API is to declare image processing task in form of expressions and then submit it for execution – using a number of available backends. At the moment, there’s reference “CPU” (OpenCV-based) and experimental “Fluid’ backends available, with OpenCL (GPU) and other backends coming up next.
|
||||
|
||||
@ -11,4 +11,4 @@ What it is?
|
||||
|
||||
* G-API Fluid backend implements a cache-efficient execution model and allows to save memory dramatically – e.g. a 1.5GB image processing pipeline fits into 750KB memory footprint with G-API/Fluid. G-API comes with a number of operations implemented for Fluid backend, so one can switch OpenCV/Fluid operations within a graph easily and even mix both in the same graph.
|
||||
|
||||
* Samples and documentation are WIP and will be completed during 4.0 release timeframe.
|
||||
* Samples and documentation are WIP and will be completed during 4.0 release timeframe.
|
Loading…
Reference in New Issue
Block a user