opencv/modules
Biswapriyo Nath 6cf0910842
Merge pull request #22462 from Biswa96:fix-directx-check
* cmake: Fix DirectX detection in mingw

The pragma comment directive is valid for MSVC only. So, the DirectX detection
fails in mingw. The failure is fixed by adding the required linking library
(here d3d11) in the try_compile() function in OpenCVDetectDirectX.cmake file.
Also add a message if the first DirectX check fails.

* gapi: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.

* samples: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
2022-10-03 08:37:36 +03:00
..
calib3d Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
core Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
dnn DNN: Remove unused code in onnx_importer.cpp 2022-09-29 10:53:43 +08:00
features2d Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
flann Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00
gapi Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00
highgui add explicit onChange callback in cocoa cvSetTrackbarPos 2022-09-11 16:40:27 +01:00
imgcodecs fix warnings in ImageCollection 2022-09-29 20:48:51 +03:00
imgproc Merge pull request #20379 from zihaomu:stackblur 2022-09-29 16:24:20 +03:00
java Update CameraBridgeViewBase error message 2022-03-22 15:40:23 -04:00
js Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-08-14 15:50:42 +00:00
ml Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
objc Objective-C wrapper header fix-ups to avoid clashes with system macros 2022-03-20 18:47:26 +09:00
objdetect change resize flag INTER_LINEAR to INTER_LINEAR_EXACT 2022-09-28 23:52:24 +03:00
photo Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-03-05 19:46:28 +00:00
python Fixed most clang -Wextra-semi warnings 2022-09-27 18:06:46 -04:00
stitching Extracted matches_confindece_thresh as stitching matcher parameter. 2022-09-29 09:04:24 +03:00
ts Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00
video Merge pull request #22149 from seanm:sprintf 2022-06-25 06:48:22 +03:00
videoio Merge pull request #22343 from komakai:android_cam_polling 2022-09-19 08:51:13 +03:00
world vtk 9.0 autoinit fix 2021-05-18 10:20:54 +03:00