opencv/modules
Sergey Ivanov 8f1c502d2b
Merge pull request #21618 from sivanov-work:vpp_preproc_core
G-API: Add VPL/VPP preproc core module

* Add BaseMediAdapter for VPL

* Add PreprocSession & PreprocEngine interface part

* Implement preproc UT, Fix base path

* Add common PP interface, add common pp_params

* Rough decoupling VPL & Preproc

* Add syntax sugar for PP interface

* Integrate VPP preproc in GIEbackend

* Add PP bypass

* Add perf tests for PP

* Fix warning in vpl core UT

* Add inner preproc resolution Unit Test

* Remove VPP preproc description from single ROI sample

* Apply SetROIBlob for diferent Infer operations

* Eliminate extra branch-lines for cfg_param_parser & transcode_engine

* Fix UT warning &PreprocSession compile

* Fix compilation & warnings

* Reduce Session&Engine code amount

* Apply some comments

* Revert IE changes, rename preproc

* Fix for DX11 infer for OV: turn off texture array

* Remove dependency PP on IE

* Change fixture tests params

* Apply other comments & turn off ROI for GPU

* Fix compilation: remove forgotten INFER define

* Apply debt comments

* Fix PP UTs: add FrameInfo value comparator

* Fix style

* Remove standalone map for preproc frames storage

* Add other comments
2022-02-24 10:35:52 +00:00
..
calib3d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-01-12 13:26:10 +00:00
core Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
dnn Merge pull request #21607 from fengyuentau:fix_FaceDetectorYN_dynamic_shape 2022-02-21 13:49:07 +00:00
features2d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
flann Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-03 12:32:49 +00:00
gapi Merge pull request #21618 from sivanov-work:vpp_preproc_core 2022-02-24 10:35:52 +00:00
highgui highui: qt - enable hidpi by default 2022-02-12 14:56:42 +01:00
imgcodecs imgcodecs: add runtime checks to validate input 2022-02-15 16:33:35 +00:00
imgproc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
java android: drop sourceCompatibility/targetCompatibility options 2021-10-06 16:49:02 +00:00
js Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-11-27 16:50:55 +00:00
ml fix legacy constants 2022-01-03 15:08:10 +03:00
objc Replaced distutils to shutil when copying files in a tree 2021-12-10 11:46:27 +03:00
objdetect Merge pull request #21607 from fengyuentau:fix_FaceDetectorYN_dynamic_shape 2022-02-21 13:49:07 +00:00
photo Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-11-20 05:13:50 +00:00
python fix: wrong reference counter after module initialization 2022-01-27 12:05:06 +03:00
stitching Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
ts Fix GpuMat to correctly calculate dataend when using GpuMat::create(). 2022-02-02 14:25:46 +00:00
video Update perf_bgfg_mog2.cpp, perf_bgfg_knn.cpp 2021-09-29 14:57:13 +00:00
videoio Merge pull request #21561 from cudawarped:ffmpeg_prefer_tcp_default 2022-02-10 19:45:34 +03:00
world