Merge pull request #16555 from dmatveev:dm/ocv_blog_sample
authorDmitry Matveev <dmitry.matveev@intel.com>
Tue, 18 Feb 2020 12:11:44 +0000 (15:11 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 12:11:44 +0000 (15:11 +0300)
commitdae1fc8889c13cb67f90b0e34b07d4d4b785ff0f
tree92b5bf09c2ce593474395d8b1fb7123d1f41117b
parenta6ef9b4584e816ae62bb4823ec2870d6c24ce27a
Merge pull request #16555 from dmatveev:dm/ocv_blog_sample

* G-API/Samples: Added a simple "privacy masking camera" sample

The main idea is to host this code for an opencv.org blog post only

* G-API/Samples: Modified privacy masking camera code to look better for the post

* G-API/Samples: fix Windows (MSVC) support in Privacy Masking Camera

* G-API/Samples: Addressed the majority of review comments in PMC

* G-API/Samples: Use TickMeter to measure time + more info in cmd options

* G-API/Samples: fix yet another Windows warning in PMC

* G-API/Samples: Fix wording in PMC cmd arg parameters

* Fix wording, again

* G-API/Samples: Fix PMC cmd-line arguments, again
modules/gapi/samples/privacy_masking_camera.cpp [new file with mode: 0644]