opencv/modules/gapi/test/cpu
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
..
gapi_core_tests_cpu.cpp Merge pull request #18257 from OrestChura:oc/fluid_operator_bitwise_and_scalar 2020-09-18 13:44:47 +00:00
gapi_core_tests_fluid.cpp Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
gapi_imgproc_tests_cpu.cpp Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian 2020-04-23 17:47:55 +00:00
gapi_imgproc_tests_fluid.cpp Merge pull request #16886 from mpashchenkov:mp/ocv-gapi-add-disable 2020-04-06 15:21:08 +00:00
gapi_ocv_stateful_kernel_test_utils.hpp Enable stateful kernels in G-API OCV Backend 2020-06-04 22:14:42 +03:00
gapi_ocv_stateful_kernel_tests.cpp Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gapi_operators_tests_cpu.cpp Merge pull request #18257 from OrestChura:oc/fluid_operator_bitwise_and_scalar 2020-09-18 13:44:47 +00:00
gapi_operators_tests_fluid.cpp Merge pull request #18257 from OrestChura:oc/fluid_operator_bitwise_and_scalar 2020-09-18 13:44:47 +00:00
gapi_video_tests_cpu.cpp gapi: buildOpticalFlowPyramid() interface, CPUkernel and CPUtests implementation 2020-04-21 14:36:42 +03:00