opencv/modules/gapi
Orest Chura 2deb38d615
Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues
[G-API] Fixed Coverity issues

* Fixed Coverity issues
 - VectorRef&OpaqueRef m_kind = CV_UNKNOWN
 - added same-type overload for saturate()
 - sanitized resize value in ByteMemoryInStream::operator>> (std::string& str)
 - handled throws from ~GStreamingExecutor()

* Catching exception by const ref

* Addressing Sergey's comments

* Applied enable_if semanitcs to saturate(x, round) too

* Removed uncaught_exception, made destructor noexcept back

* Split Fluid ConvertTo to multiple functions to avoid ifs; added CV_ALWAYS_INLINE

* Added FIXME to address throwings from stop()

* Fix standalone

* Addressing comments

* Guarded SIMD optimizations properly

* Removed excess parameter from simd_impl functions
2021-11-26 16:40:36 +00:00
..
cmake Merge pull request #20546 from sivanov-work:initial_vpl_source 2021-08-17 20:11:22 +03:00
doc Merge pull request #20857 from alexgiving:atrutnev/move_API_samples 2021-11-12 14:17:21 +00:00
include/opencv2 Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues 2021-11-26 16:40:36 +00:00
misc/python Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-09-02 15:24:04 +00:00
perf Merge pull request #21024 from anna-khakimova:ak/simd_mul 2021-11-17 18:41:52 +00:00
samples Merge pull request #21106 from mpashchenkov:mp/ocv-gapi-clean-samples 2021-11-26 14:31:15 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #21083 from OrestChura:oc/fix_coverity_vino_issues 2021-11-26 16:40:36 +00:00
test Merge pull request #21022 from sivanov-work:async_mfp_demux 2021-11-22 14:53:38 +03:00
CMakeLists.txt Merge pull request #21022 from sivanov-work:async_mfp_demux 2021-11-22 14:53:38 +03:00