opencv/modules/gapi
Orest Chura af230ec133 Merge pull request #15888 from OrestChura:facebeautification_gapi_sample
Introducing the sample of Face Beautification algorithm implemented via Graph-API

* Introducing the sample of Face Beautification algorithm implemented via Graph-API
- 'gapi/samples/face_beautification.cpp' added
- FIXME added in 'gcpukernel.hpp'

* INF_ENGINE fix
- preprocessing clauses added not to run the sample without Inference Engine

* INF_ENGINE fix 2
- warnings removed

* Fixes
- checking IE version cut as there is no dependency
- some alignments fixed
- the comment about preprocessing commands fixed

* ie::backend() issue fix (according to dmatveev)
- as the sample needs the cv::gapi::ie::backend() to be defined regardless of having IE or not, there is its throw-error definition in `giebackend.cpp` now (by dmatveev)
- for the same reason, #includes in `giebackend.hpp` are fixed
- HAVE_INF_ENGINE check is removed from the sample
2019-11-18 15:13:05 +03:00
..
cmake Merge pull request #15216 from dmatveev:dm/ng-0010-g-api-streaming-api 2019-10-18 19:29:58 +03:00
doc Fix modules/ typos 2019-08-15 18:02:09 -04:00
include/opencv2 Merge pull request #15888 from OrestChura:facebeautification_gapi_sample 2019-11-18 15:13:05 +03:00
perf GAPI Fluid: The run_sepfilter() has logic error into handler for 5x5 and larger kernels 2019-11-12 14:47:42 +03:00
samples Merge pull request #15888 from OrestChura:facebeautification_gapi_sample 2019-11-18 15:13:05 +03:00
src Merge pull request #15888 from OrestChura:facebeautification_gapi_sample 2019-11-18 15:13:05 +03:00
test Merge pull request #15906 from anton-potapov:gapi_fluid_i420_support 2019-11-14 14:07:05 +00:00
CMakeLists.txt Install: added missing gapi headers 2019-11-07 14:03:46 +03:00