ts: test tags for flexible/reliable tests filtering
- added functionality to collect memory usage of OpenCL sybsystem - memory usage of fastMalloc() (disabled by default): * It is not accurate sometimes - external memory profiler is required. - specify common `CV_TEST_TAG_` macros - added applyTestTag() function - write memory usage / enabled tags into Google Tests output file (.xml)
Merge pull request #14276 from kiwixz:pr/fix_compound
Do not use compound literals (fix MSVC C4576) (#14276) * do not use compound literals (compat cpp98) * only fix msvc path * remove unnecessary cplusplus check
Merge pull request #14292 from alalek:issue_14291
* macosx: fix C++11 build backporting commit c3cf35a * macosx: eliminate build warning
Merge pull request #14294 from alalek:issue_14286
cmake: fix WITH_OPENCL_D3D11_NV check
Merge pull request #14278 from mshabunin:fix-osx-camera-auth-rt
* AVFoundation: Use runtime check for camera authorization
Merge pull request #13709 from michal-kowalczyk:flush-processed-sampl…
…es-number * Add flushing to printing number of processed positive/negative samples so that user is informed of updates quickly. * use flush C api instead of C++ api
Merge pull request #14255 from l-bat:networks_visualization
* Add networks visualization * Disable CXX11 * Fixed multy inputs support * Added output shapes * Added color for DLIE/CPU * Fixed graph colors
Merge pull request #14297 from shxuy:patch-1
fix just a typo of the word 'word' (#14297)
Fix compile error with external TBB and -DBUILD_SHARED_LIBS=OFF.
Adds IMPORTED for the TBB::tbb alias target as otherwise cmake produces the following error: CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_core" which requires target "tbb" that is not in the export set. This problem occurs with the defaults used by homebrew on macOS, which compiles both static and shared versions of TBB and OpenCV.
Fix OpenCVConfig.cmake for Arch Linux.
cmake: use absolute library paths from 'pkgconfig'
- drop legacy check_module() macro - drop 'ALIASOF_'
Changed the way Images are converted into rgba Mats so that JavaCamer…
…a2View also shows correct colors when the Image contains I420 or YV12 data