opencv/modules
Orest Chura 95fd61c9b4
Merge pull request #18261 from OrestChura:oc/fluid_convert_mask
[G-API]: Fluid: add mask, extend convertTo for CV_16S

* Add Fluid `mask` kernel + Acc. and Perf. tests
 - simple cycle implementation with restrictions on mask type and input/output type like in OCV/GPU kernels (mask - CV_8UC1 only, input/output - CV_8UC1, CV_16UC1, CV_16SC1)

* Added convertions from/to 16S

* `convertTo()` perf tests refactoring
 - add testing of `alpha` and `beta` parameters
 - fixed unreliable comparison
 - added instances to OCV, Fluid and GPU tests according to the changes

* Addressing comments
 - fixed multiple-channel mistake - prohibited multiple-channeling

* Reduced perf tests
2020-09-18 14:24:34 +00:00
..
calib3d Merge pull request #18270 from komakai:swift-inout-arrays 2020-09-06 20:12:16 +00:00
core pre: OpenCV 4.5.0 (version++) 2020-09-08 06:08:58 +00:00
dnn pre: OpenCV 4.5.0 (version++) 2020-09-08 06:08:58 +00:00
features2d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-01 20:59:00 +00:00
flann Merge pull request #18243 from alalek:static_code_fixes 2020-09-02 22:50:00 +00:00
gapi Merge pull request #18261 from OrestChura:oc/fluid_convert_mask 2020-09-18 14:24:34 +00:00
highgui backport: checks and fixes from static code analyzers results 2020-09-02 19:05:47 +00:00
imgcodecs Merge pull request #18270 from komakai:swift-inout-arrays 2020-09-06 20:12:16 +00:00
imgproc Merge pull request #18270 from komakai:swift-inout-arrays 2020-09-06 20:12:16 +00:00
java Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-06-04 17:58:34 +00:00
js Merge pull request #18073 from vpisarev:apache2_license 2020-08-17 11:49:11 +00:00
ml Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-05 19:37:38 +00:00
objc Swift native in/out array handling 2020-09-03 21:31:11 +09:00
objdetect backport: checks and fixes from static code analyzers results 2020-09-02 19:05:47 +00:00
photo Add Objective-C/Swift wrappers for opencv_contrib modules 2020-07-21 19:19:08 +09:00
python Merge pull request #18343 from TolyaTalamanov:at/support-return-tuple 2020-09-18 16:38:37 +03:00
stitching Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-08-06 14:15:52 +00:00
ts
video Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
videoio Haiku: build fix 2020-09-07 21:07:38 +02:00
world
CMakeLists.txt