opencv/modules/gapi/samples
Anatoliy Talamanov a371bdac9d
Merge pull request #23766 from TolyaTalamanov:at/segmentation-demo-desync
G-API: Refine Semantic Segmentation Demo #23766

### Overview
* Supported demo working with camera id (e.g `--input=0`)
* Supported 3d output segmentation models (e.g `deeplabv3`)
* Supported `desync` execution
* Supported higher camera resolution
* Changed the color map to pascal voc (https://cloud.githubusercontent.com/assets/4503207/17803328/1006ca80-65f6-11e6-9ff6-36b7ef5b9ac6.png)

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [ ] I agree to contribute to the project under Apache 2 License.
- [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2023-06-13 18:06:19 +03:00
..
data Merge pull request #21477 from TolyaTalamanov:at/pipeline-builder-tool 2022-02-01 16:32:56 +03:00
pipeline_modeling_tool Merge pull request #23211 from TolyaTalamanov:at/pipeline-modeling-tool-perf-alignment 2023-02-15 14:04:14 +03: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_with_advanced_device_selection.cpp Copy mpashchenkov's changes 2022-11-16 14:17:02 +01:00
onevpl_source_to_bgr_conv.cpp Copy mpashchenkov's changes 2022-11-16 14:17:02 +01:00
pipeline_modeling_tool.cpp Merge pull request #23211 from TolyaTalamanov:at/pipeline-modeling-tool-perf-alignment 2023-02-15 14:04:14 +03: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 #23766 from TolyaTalamanov:at/segmentation-demo-desync 2023-06-13 18:06:19 +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