opencv/modules/gapi/samples
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
..
data Merge pull request #21477 from TolyaTalamanov:at/pipeline-builder-tool 2022-02-01 16:32:56 +03:00
pipeline_modeling_tool Apply comments 2022-09-16 15:24:13 +00:00
api_example.cpp Merge pull request #12857 from dmatveev:hld 2018-10-24 07:47:56 +03:00
draw_example.cpp Fix spelling typos 2019-12-26 06:45:03 -05:00
face_detection_mtcnn.cpp Merge pull request #21775 from luzpaz:typos/gapi 2022-04-13 17:06:37 +00:00
gaze_estimation.cpp Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
infer_ie_onnx_hybrid.cpp Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
infer_single_roi.cpp Merge pull request #21775 from luzpaz:typos/gapi 2022-04-13 17:06:37 +00:00
infer_ssd_onnx.cpp Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
oak_basic_infer.cpp Merge pull request #21504 from smirnov-alexey:as/oak_infer 2022-04-05 21:00:32 +03:00
oak_copy.cpp Merge pull request #21504 from smirnov-alexey:as/oak_infer 2022-04-05 21:00:32 +03:00
oak_rgb_camera_encoding.cpp Merge pull request #21504 from smirnov-alexey:as/oak_infer 2022-04-05 21:00:32 +03:00
oak_small_hetero_pipeline.cpp Merge pull request #21504 from smirnov-alexey:as/oak_infer 2022-04-05 21:00:32 +03:00
onevpl_infer_single_roi.cpp Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00
pipeline_modeling_tool.cpp Remove r-value ref 2022-09-26 11:53:57 +00:00
privacy_masking_camera.cpp Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
semantic_segmentation.cpp Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
slides_blur_gapi.cpp Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
slides_sobel_cv.cpp Merge pull request #16066 from dmatveev:dm/gapi_slides 2019-12-12 18:48:38 +03:00
slides_sobel_gapi.cpp Merge pull request #16066 from dmatveev:dm/gapi_slides 2019-12-12 18:48:38 +03:00
text_detection.cpp G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00