mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
![]() [G-API]: Add Fluid bitwise operations implementation for (GMat, GScalar) * Added Fluid `bitwise` with `Scalar` + acc.tests - simple loop implementation for Fluid used (no `hal`); - `Scalar` is casted to `int` in the beginning - tests just modified to work with `Scalar` - expected output in operators' tests fixed (operators can't change Mat's depth) - `float` `Scalar` `RNG` added, `RNG` reworked (`time` is used now), initialization of test fixtures reworked - if input or output is `float` Scalar is initialized by `float` - some problems with Fluid/OCV floating-point comparison difference stashed by `AbsSimilarPoints()` usage, FIXME added - divide-by-zero is now fixed differently and everywhere * - Added perf_tests for bitwise_Scalar operations - due to errors of Fluid floating-point comparison operations, added support of different validation in Cmp perf_tests; added FIXME - reworked integral initialization of Scalar * Addressing comments - NULL -> nullptr - Scalar convertion moved to the function - avoid -> avoiding * Addressing comments * CV_assert -> GAPI_assert * Addressed DM comments - refactored convertScalarForBitwise() - removed unnecessary braces for switch * Changed the operators tests - switch via `enum` implemented - infrastructure for that refactored |
||
---|---|---|
.. | ||
common | ||
cpu | ||
gpu | ||
infer | ||
internal | ||
own | ||
render | ||
rmat | ||
s11n | ||
streaming | ||
util | ||
gapi_array_tests.cpp | ||
gapi_async_test.cpp | ||
gapi_basic_hetero_tests.cpp | ||
gapi_compile_args_tests.cpp | ||
gapi_desc_tests.cpp | ||
gapi_fluid_parallel_rois_test.cpp | ||
gapi_fluid_resize_test.cpp | ||
gapi_fluid_roi_test.cpp | ||
gapi_fluid_test_kernels.cpp | ||
gapi_fluid_test_kernels.hpp | ||
gapi_fluid_test.cpp | ||
gapi_frame_tests.cpp | ||
gapi_gcompiled_tests.cpp | ||
gapi_gcomputation_tests.cpp | ||
gapi_gpu_test.cpp | ||
gapi_kernel_tests.cpp | ||
gapi_mock_kernels.hpp | ||
gapi_opaque_tests.cpp | ||
gapi_plaidml_pipelines.cpp | ||
gapi_planar_test.cpp | ||
gapi_sample_pipelines.cpp | ||
gapi_scalar_tests.cpp | ||
gapi_smoke_test.cpp | ||
gapi_transform_tests.cpp | ||
gapi_typed_tests.cpp | ||
gapi_util_tests.cpp | ||
opencl_kernels_test_gapi.hpp | ||
test_main.cpp | ||
test_precomp.hpp |