opencv/modules/gapi
Orest Chura 95fd61c9b4
Merge pull request #18261 from OrestChura:oc/fluid_convert_mask
[G-API]: Fluid: add mask, extend convertTo for CV_16S

* Add Fluid `mask` kernel + Acc. and Perf. tests
 - simple cycle implementation with restrictions on mask type and input/output type like in OCV/GPU kernels (mask - CV_8UC1 only, input/output - CV_8UC1, CV_16UC1, CV_16SC1)

* Added convertions from/to 16S

* `convertTo()` perf tests refactoring
 - add testing of `alpha` and `beta` parameters
 - fixed unreliable comparison
 - added instances to OCV, Fluid and GPU tests according to the changes

* Addressing comments
 - fixed multiple-channel mistake - prohibited multiple-channeling

* Reduced perf tests
2020-09-18 14:24:34 +00:00
..
cmake Try to enable G-API build on Android 2020-03-20 17:20:01 +03:00
doc Fix spelling typos 2019-12-26 06:45:03 -05:00
include/opencv2 Merge pull request #18343 from TolyaTalamanov:at/support-return-tuple 2020-09-18 16:38:37 +03:00
misc/python Merge pull request #18343 from TolyaTalamanov:at/support-return-tuple 2020-09-18 16:38:37 +03:00
perf Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
samples Merge pull request #17741 from aDanPin:dp/add_dinamic_graph_feature 2020-07-15 18:37:08 +00:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
test Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
CMakeLists.txt Merge pull request #18287 from mpashchenkov:mp/ocv-gapi-blue-branch 2020-09-18 13:31:16 +00:00