• Orest Chura's avatar
    Merge pull request #15888 from OrestChura:facebeautification_gapi_sample · af230ec1
    Orest Chura authored
    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
    af230ec1
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...