platform/upstream/opencv.git
4 years agoMerge pull request #15249 from dkurt:dnn_ie_tests_2019r2
Alexander Alekhin [Mon, 12 Aug 2019 16:32:38 +0000 (16:32 +0000)]
Merge pull request #15249 from dkurt:dnn_ie_tests_2019r2

4 years agoMerge pull request #15265 from hugolm84:wince-armv7-supports-neon
Hugo Lindström [Fri, 9 Aug 2019 15:01:37 +0000 (17:01 +0200)]
Merge pull request #15265 from hugolm84:wince-armv7-supports-neon

* WINCE 8.0 requires ARMv7 Thumb2 and thus have NEON instructions

* Only add NEON if on _ARM_

4 years agoMerge pull request #15199 from ChipKerchner:hogToHal
Chip Kerchner [Thu, 8 Aug 2019 15:57:03 +0000 (11:57 -0400)]
Merge pull request #15199 from ChipKerchner:hogToHal

Convert HOG from SSE SIMD to HAL - 35-45% faster on Power (VSX) (#15199)

* Convert SSE SIMD to HAL. 35-45% improvement for Power (VSX)

* Remove CV_NEON code. Use v_floor instead of 3 lines of code.

* Invert comparison logic to simplify code.

* Change initialization from v_load to constructor type.

4 years agoMerge pull request #15263 from alalek:videoio_skip_msmf_tests3
Alexander Alekhin [Thu, 8 Aug 2019 15:47:08 +0000 (15:47 +0000)]
Merge pull request #15263 from alalek:videoio_skip_msmf_tests3

4 years agoMerge pull request #15260 from tomoaki0705:suppressNoisyWarning
Alexander Alekhin [Thu, 8 Aug 2019 15:45:29 +0000 (15:45 +0000)]
Merge pull request #15260 from tomoaki0705:suppressNoisyWarning

4 years agoMerge pull request #15111 from RealOrangeOne:patch-1
Jake Howard [Thu, 8 Aug 2019 13:56:49 +0000 (14:56 +0100)]
Merge pull request #15111 from RealOrangeOne:patch-1

* Remove unavoidable print of CV error

The return value covers whether the device exists.

This might be better hidden behind a debug flag, but I couldn't work out how to do that nicely.

* Use `CV_LOG_WARNING` macro to log rather than removing it entirely

4 years agovideoio(test): skip unstable MSMF tests (3)
Alexander Alekhin [Thu, 8 Aug 2019 13:25:19 +0000 (16:25 +0300)]
videoio(test): skip unstable MSMF tests (3)

4 years agosuppress noisy warning
Tomoaki Teshima [Thu, 8 Aug 2019 12:49:32 +0000 (21:49 +0900)]
suppress noisy warning
  * add -Wno-psabi when using GCC 6
  * add -Wundef for CUDA 10
  * add -Wdeprecated-declarations when using GCC 7
  * add -Wstrict-aliasing and -Wtautological-compare for GCC 7
  * replace cudaThreadSynchronize with cudaDeviceSynchronize

4 years agoEnable some tests for 2019R2
Dmitry Kurtaev [Tue, 6 Aug 2019 15:41:30 +0000 (18:41 +0300)]
Enable some tests for 2019R2

4 years agoMerge pull request #15102 from dgel:force_input_format_ffmpeg
Alexander Alekhin [Tue, 6 Aug 2019 20:52:57 +0000 (20:52 +0000)]
Merge pull request #15102 from dgel:force_input_format_ffmpeg

4 years agoMerge pull request #14901 from fishjam:issue_8834
Alexander Alekhin [Tue, 6 Aug 2019 20:52:21 +0000 (20:52 +0000)]
Merge pull request #14901 from fishjam:issue_8834

4 years agoMerge pull request #15235 from pmur:vsx-v_signmask-vbpermq
Alexander Alekhin [Tue, 6 Aug 2019 20:09:22 +0000 (20:09 +0000)]
Merge pull request #15235 from pmur:vsx-v_signmask-vbpermq

4 years agoMerge pull request #15184 from l-bat:IE_R2
Lubov Batanina [Tue, 6 Aug 2019 19:20:26 +0000 (22:20 +0300)]
Merge pull request #15184 from l-bat:IE_R2

Support new IE API (#15184)

* Add support OpenVINO R2 for layers

* Add Core API

* Fix tests

* Fix expectNoFallbacksFromIE for ONNX nets

* Remove deprecated API

* Remove td

* Remove TargetDevice

* Fix Async

* Add test

* Fix detectMyriadX

* Fix test

* Fix warning

4 years agoallow forcing the input format for ffmpeg backend with env var
Douwe Gelling [Fri, 19 Jul 2019 18:33:22 +0000 (20:33 +0200)]
allow forcing the input format for ffmpeg backend with env var

4 years agotry to fix VideoCapture different time stamp
fishjam [Fri, 14 Jun 2019 05:47:03 +0000 (13:47 +0800)]
try to fix VideoCapture different time stamp

4 years agoMerge pull request #15230 from ilbalance:js_rotate
ilbalance [Tue, 6 Aug 2019 09:55:15 +0000 (12:55 +0300)]
Merge pull request #15230 from ilbalance:js_rotate

* in OpenCV.js added 'rotate' function and test sample

* value test added

4 years agoMerge pull request #15239 from alalek:videoio_skip_msmf_tests2
Alexander Alekhin [Mon, 5 Aug 2019 18:08:48 +0000 (18:08 +0000)]
Merge pull request #15239 from alalek:videoio_skip_msmf_tests2

4 years agovideoio(test): skip unstable MSMF tests (2)
Alexander Alekhin [Mon, 5 Aug 2019 16:13:17 +0000 (19:13 +0300)]
videoio(test): skip unstable MSMF tests (2)

4 years agoMerge pull request #15234 from alalek:backport
Alexander Alekhin [Mon, 5 Aug 2019 15:09:22 +0000 (15:09 +0000)]
Merge pull request #15234 from alalek:backport

4 years agoMerge pull request #15233 from alalek:videoio_skip_msmf_tests
Alexander Alekhin [Mon, 5 Aug 2019 15:08:41 +0000 (15:08 +0000)]
Merge pull request #15233 from alalek:videoio_skip_msmf_tests

4 years agoMerge pull request #15228 from flyseaworld:exif/read_num_dir
Alexander Alekhin [Mon, 5 Aug 2019 15:07:40 +0000 (15:07 +0000)]
Merge pull request #15228 from flyseaworld:exif/read_num_dir

4 years agoOpenCV.js docker container build instructions
Sebastián Gurin [Mon, 5 Aug 2019 12:41:59 +0000 (09:41 -0300)]
OpenCV.js docker container build instructions

backport of commit: 59b0314a0ef49d407f78742fc44fdc19bd20bf0e

4 years agoFix build for UWP
Victor Romero [Sat, 3 Aug 2019 19:53:38 +0000 (12:53 -0700)]
Fix build for UWP

backport of commit: f18cbd036af7b22017f5f964be6f398ccb0c1a57

4 years agoMake sure to use defined(__GNUC__) instead of bare __GNUC__ in flann2 header.
TheGoddessInari [Sun, 28 Jul 2019 17:21:15 +0000 (10:21 -0700)]
Make sure to use defined(__GNUC__) instead of bare __GNUC__ in flann2 header.

This fixes a compiler error on MSVC with Unreal Engine (at least).

backport of commit: 4e998c9adeb8ec874d29a0ed5d450da3a9bdd0e8

4 years agoFix cv::selectROI rectangle rendering issue
John Smith [Fri, 19 Jul 2019 12:07:09 +0000 (14:07 +0200)]
Fix cv::selectROI rectangle rendering issue

backport of commit: 95c65aff75f62407ca1e99bbfa18e2d54322aab5

4 years agohal: vsx: further optimize v_signmask
Paul E. Murphy [Fri, 2 Aug 2019 20:06:47 +0000 (15:06 -0500)]
hal: vsx: further optimize v_signmask

Use the quadword bit permutation instruction to creatively move
the sign bits to create the mask. Note that values above 127 will
result in 0.

4 years agovideoio(test): skip unstable MSMF tests
Alexander Alekhin [Mon, 5 Aug 2019 13:57:04 +0000 (16:57 +0300)]
videoio(test): skip unstable MSMF tests

4 years agofix exif bug
yaohai [姚海] [Mon, 5 Aug 2019 09:11:46 +0000 (17:11 +0800)]
fix exif bug

4 years agoMerge pull request #15227 from tomoaki0705:fixFallThroughCarotene
Alexander Alekhin [Mon, 5 Aug 2019 12:44:00 +0000 (12:44 +0000)]
Merge pull request #15227 from tomoaki0705:fixFallThroughCarotene

4 years agoMerge pull request #15222 from hmaarrfk:verify_carbon
Alexander Alekhin [Mon, 5 Aug 2019 12:43:13 +0000 (12:43 +0000)]
Merge pull request #15222 from hmaarrfk:verify_carbon

4 years agofix fall through warning
Tomoaki Teshima [Mon, 5 Aug 2019 08:42:48 +0000 (17:42 +0900)]
fix fall through warning

4 years agoVerify Carbon correctly on OSX
Mark Harfouche [Sun, 4 Aug 2019 22:24:33 +0000 (18:24 -0400)]
Verify Carbon correctly on OSX

4 years agoMerge pull request #15158 from dkurt:fix_tf_ssd_configs
Alexander Alekhin [Fri, 2 Aug 2019 16:08:55 +0000 (16:08 +0000)]
Merge pull request #15158 from dkurt:fix_tf_ssd_configs

4 years agoMerge pull request #15202 from hugolm84:support_build_shared_for_wince
Alexander Alekhin [Fri, 2 Aug 2019 15:34:02 +0000 (15:34 +0000)]
Merge pull request #15202 from hugolm84:support_build_shared_for_wince

4 years agoMerge pull request #15188 from mshabunin:fix-v4l-old
Alexander Alekhin [Fri, 2 Aug 2019 12:25:23 +0000 (12:25 +0000)]
Merge pull request #15188 from mshabunin:fix-v4l-old

4 years agoFix for building with old V4L
Maksim Shabunin [Fri, 26 Jul 2019 12:37:28 +0000 (15:37 +0300)]
Fix for building with old V4L

4 years agoMerge pull request #15197 from mshabunin:restore-ipp-cut
Alexander Alekhin [Thu, 1 Aug 2019 16:33:37 +0000 (16:33 +0000)]
Merge pull request #15197 from mshabunin:restore-ipp-cut

4 years agoMerge pull request #15195 from mshabunin:disable-pch
Alexander Alekhin [Thu, 1 Aug 2019 16:33:10 +0000 (16:33 +0000)]
Merge pull request #15195 from mshabunin:disable-pch

4 years agoSupport building shared libraries on WINCE.
Hugo Lindström [Thu, 1 Aug 2019 13:28:04 +0000 (15:28 +0200)]
Support building shared libraries on WINCE.

4 years agoMerge pull request #15168 from dkurt:dnn_onnx_15120
Maksim Shabunin [Wed, 31 Jul 2019 15:03:23 +0000 (15:03 +0000)]
Merge pull request #15168 from dkurt:dnn_onnx_15120

4 years agoRestored IPP call reduction
Maksim Shabunin [Wed, 31 Jul 2019 12:41:22 +0000 (15:41 +0300)]
Restored IPP call reduction

4 years agoPCH: disable by default on all platforms except MSVC
Maksim Shabunin [Wed, 31 Jul 2019 12:16:23 +0000 (15:16 +0300)]
PCH: disable by default on all platforms except MSVC

4 years agoBayer VNG Demosaicing Fix #2 (Merge pull request #15086)
dcouwenh [Tue, 30 Jul 2019 20:49:46 +0000 (16:49 -0400)]
Bayer VNG Demosaicing Fix #2 (Merge pull request #15086)

* Update demosaicing.cpp

Fixed calculation of Bs for non-green pixels.

* Fixed cvtColor perf test for bayer VNG

4 years agoMerge pull request #15176 from dkurt:fix_14993
Maksim Shabunin [Tue, 30 Jul 2019 14:26:33 +0000 (14:26 +0000)]
Merge pull request #15176 from dkurt:fix_14993

4 years agoSupport for several min and max sizes in PriorBox layer (Merge pull request #15076)
Lubov Batanina [Tue, 30 Jul 2019 14:23:47 +0000 (17:23 +0300)]
Support for several min and max sizes in PriorBox layer (Merge pull request #15076)

* Support for several min and max sizes in PriorBox layer

* Fix minSize

* Check size

* Modify initInfEngine

* Fix tests

* Fix IE support

* Add priorbox test

* Remove inputs

4 years agoMerge pull request #14938 from LaurentBerger:face_clip
Maksim Shabunin [Tue, 30 Jul 2019 14:18:51 +0000 (14:18 +0000)]
Merge pull request #14938 from LaurentBerger:face_clip

4 years agoMerge pull request #15169 from dkurt:dnn_onnx_drop_vgg16
Maksim Shabunin [Tue, 30 Jul 2019 14:15:34 +0000 (14:15 +0000)]
Merge pull request #15169 from dkurt:dnn_onnx_drop_vgg16

4 years agoMerge pull request #15181 from berak:java_print_blob
Maksim Shabunin [Tue, 30 Jul 2019 14:13:00 +0000 (14:13 +0000)]
Merge pull request #15181 from berak:java_print_blob

4 years agojava: fix Mat.toString() for higher dimensions
berak [Mon, 29 Jul 2019 08:49:42 +0000 (10:49 +0200)]
java: fix Mat.toString() for higher dimensions

4 years agoFix #14993
Dmitry Kurtaev [Sun, 28 Jul 2019 19:32:37 +0000 (22:32 +0300)]
Fix #14993

4 years agoAdd support for slice from ONNX with multiple outputs
Dmitry Kurtaev [Sat, 27 Jul 2019 19:10:13 +0000 (22:10 +0300)]
Add support for slice from ONNX with multiple outputs

4 years agoRemove VGG16 from ONNX test because there is VGG16_bn
Dmitry Kurtaev [Sat, 27 Jul 2019 20:04:25 +0000 (23:04 +0300)]
Remove VGG16 from ONNX test because there is VGG16_bn

4 years agoFixes for OpenCV face detection network
Dmitry Kurtaev [Sat, 27 Jul 2019 12:03:58 +0000 (15:03 +0300)]
Fixes for OpenCV face detection network

4 years agoFix 2019R2 tests
Dmitry Kurtaev [Sat, 27 Jul 2019 10:30:15 +0000 (13:30 +0300)]
Fix 2019R2 tests

4 years agoModify SSD from TensorFlow graph generation script to enable MyriadX
Dmitry Kurtaev [Fri, 26 Jul 2019 10:57:08 +0000 (13:57 +0300)]
Modify SSD from TensorFlow graph generation script to enable MyriadX

4 years agoMerge tag '3.4.7'
Alexander Alekhin [Thu, 25 Jul 2019 19:19:16 +0000 (19:19 +0000)]
Merge tag '3.4.7'

4 years agoOpenCV version++ (3.4.7)
Alexander Alekhin [Thu, 25 Jul 2019 19:01:19 +0000 (19:01 +0000)]
OpenCV version++ (3.4.7)

OpenCV 3.4.7

4 years agoMerge pull request #15139 from alalek:openvino_2019R2
Alexander Alekhin [Thu, 25 Jul 2019 18:59:56 +0000 (18:59 +0000)]
Merge pull request #15139 from alalek:openvino_2019R2

4 years agoMerge pull request #15118 from dkurt:fix_15106
Alexander Alekhin [Thu, 25 Jul 2019 18:56:32 +0000 (18:56 +0000)]
Merge pull request #15118 from dkurt:fix_15106

4 years agoMerge pull request #15136 from ChipKerchner:dotProd_unroll
Chip Kerchner [Thu, 25 Jul 2019 18:21:32 +0000 (14:21 -0400)]
Merge pull request #15136 from ChipKerchner:dotProd_unroll

* Unroll multiply and add instructions in dotProd_32f - 35% faster.

* Eliminate unnecessary v_reduce_sum instructions.

4 years agoMerge pull request #15150 from alalek:fix_15124_15125
Alexander Alekhin [Thu, 25 Jul 2019 18:19:04 +0000 (18:19 +0000)]
Merge pull request #15150 from alalek:fix_15124_15125

4 years agoFix false positives of face detection network for large faces
Dmitry Kurtaev [Mon, 22 Jul 2019 09:18:57 +0000 (12:18 +0300)]
Fix false positives of face detection network for large faces

4 years agodnn(test): OpenVINO 2019R2
Alexander Alekhin [Thu, 25 Jul 2019 06:57:49 +0000 (06:57 +0000)]
dnn(test): OpenVINO 2019R2

4 years agoobjdetect: validate feature rectangle on reading
Alexander Alekhin [Thu, 25 Jul 2019 14:15:59 +0000 (17:15 +0300)]
objdetect: validate feature rectangle on reading

4 years agoMerge pull request #15103 from alalek:simd_intrinsics_in_user_code
Alexander Alekhin [Thu, 25 Jul 2019 11:36:36 +0000 (11:36 +0000)]
Merge pull request #15103 from alalek:simd_intrinsics_in_user_code

4 years agodnn: use OpenVINO 2019R2 defines
Alexander Alekhin [Mon, 24 Jun 2019 11:57:44 +0000 (14:57 +0300)]
dnn: use OpenVINO 2019R2 defines

4 years agoMerge pull request #15059 from hugolm84:improved-support-for-wince
Hugo Lindström [Wed, 24 Jul 2019 20:12:09 +0000 (22:12 +0200)]
Merge pull request #15059 from hugolm84:improved-support-for-wince

* Improve support for Windows Embedded Compact

* Remove redundant set(WINCE true) and format CMake

4 years agoMerge pull request #15107 from dkurt:js_features2d_drawings
Alexander Alekhin [Sun, 21 Jul 2019 17:57:19 +0000 (17:57 +0000)]
Merge pull request #15107 from dkurt:js_features2d_drawings

4 years agoMerge pull request #15104 from alalek:videoio_fix_debug_message
Alexander Alekhin [Sun, 21 Jul 2019 17:56:41 +0000 (17:56 +0000)]
Merge pull request #15104 from alalek:videoio_fix_debug_message

4 years agoFix drawKeypoints and drawMatches for JS
Dmitry Kurtaev [Sat, 20 Jul 2019 20:26:40 +0000 (23:26 +0300)]
Fix drawKeypoints and drawMatches for JS

4 years agoMerge pull request #15093 from tomoaki0705:fixCudaLegacyRansac
Alexander Alekhin [Sat, 20 Jul 2019 08:07:14 +0000 (08:07 +0000)]
Merge pull request #15093 from tomoaki0705:fixCudaLegacyRansac

5 years agocore: support SIMD intrinsics in user code
Alexander Alekhin [Thu, 18 Jul 2019 07:25:59 +0000 (07:25 +0000)]
core: support SIMD intrinsics in user code

5 years agoMerge pull request #15032 from l-bat:reduce_mean
Lubov Batanina [Fri, 19 Jul 2019 16:18:34 +0000 (19:18 +0300)]
Merge pull request #15032 from l-bat:reduce_mean

* Added support for the ONNX "ReduceMean" Layer. (as this is the same as the GlobalAveragePool)

* Add ReduceMean test

* Fix ONNX importer

* Fix ReduceMean

* Add assert

* Split test

* Fix split test

5 years agoMerge pull request #15092 from alalek:videoio_gstreamer_more_get_checks
Alexander Alekhin [Fri, 19 Jul 2019 15:50:54 +0000 (15:50 +0000)]
Merge pull request #15092 from alalek:videoio_gstreamer_more_get_checks

5 years agovideoio(gstreamer): more .get() checks
Alexander Alekhin [Thu, 18 Jul 2019 22:12:01 +0000 (22:12 +0000)]
videoio(gstreamer): more .get() checks

5 years agocudalegacy: fix test failure of SolvePnPRansac
Tomoaki Teshima [Fri, 19 Jul 2019 08:50:00 +0000 (17:50 +0900)]
cudalegacy: fix test failure of SolvePnPRansac
  * use SOLVE_EPNP for the initial guess

5 years agovideoio: fix debug message
Alexander Alekhin [Thu, 18 Jul 2019 21:36:38 +0000 (21:36 +0000)]
videoio: fix debug message

5 years agoMerge pull request #15050 from alalek:core_fix_base64_packed_struct
Alexander Alekhin [Thu, 18 Jul 2019 19:07:05 +0000 (19:07 +0000)]
Merge pull request #15050 from alalek:core_fix_base64_packed_struct

5 years agoMerge pull request #14994 from terfendail:wintr_undistort
Vitaly Tuzov [Thu, 18 Jul 2019 16:32:51 +0000 (19:32 +0300)]
Merge pull request #14994 from terfendail:wintr_undistort

WUI based implementation to initUndistortRectifyMap (#14994)

* Add initUndistortRectifyMap performance test

* Move cv namespace boundaries

* Add wide universal intrinsics based implementation to initUndistortRectifyMap

* Dispatch undistort

5 years agoMerge pull request #15057 from l-bat:fix_vizualizer
Lubov Batanina [Thu, 18 Jul 2019 15:41:08 +0000 (18:41 +0300)]
Merge pull request #15057 from l-bat:fix_vizualizer

* Fix dumpToFile

* Add test

* Fix test

5 years agoMerge pull request #15071 from l-bat:tf_split
Alexander Alekhin [Thu, 18 Jul 2019 08:12:42 +0000 (08:12 +0000)]
Merge pull request #15071 from l-bat:tf_split

5 years agoFix TF Split layer
Liubov Batanina [Wed, 17 Jul 2019 12:50:50 +0000 (15:50 +0300)]
Fix TF Split layer

5 years agoMerge pull request #15052 from alalek:dnn_fix_required_data
Alexander Alekhin [Tue, 16 Jul 2019 16:00:33 +0000 (16:00 +0000)]
Merge pull request #15052 from alalek:dnn_fix_required_data

5 years agoMerge pull request #15037 from hugolm84:noop-noexcept-for-vs13
Alexander Alekhin [Tue, 16 Jul 2019 13:28:15 +0000 (13:28 +0000)]
Merge pull request #15037 from hugolm84:noop-noexcept-for-vs13

5 years agoMerge pull request #15048 from ChipKerchner:reduceStoreGatheringThreshold
Chip Kerchner [Tue, 16 Jul 2019 13:10:49 +0000 (09:10 -0400)]
Merge pull request #15048 from ChipKerchner:reduceStoreGatheringThreshold

* Reduce store gathering pressures - speeds thresholds by up to 20%

* Rename temporary histogram array and initialize so that MACOSX builder is happy

5 years agocore(persistence): fix writeRaw() / readRaw() struct support
Alexander Alekhin [Mon, 15 Jul 2019 21:30:35 +0000 (21:30 +0000)]
core(persistence): fix writeRaw() / readRaw() struct support

- writeRaw(): support structs
- readRaw(): 'len' is buffer limit in bytes (documentation is fixed)

5 years agodnn(test): fix required data
Alexander Alekhin [Tue, 16 Jul 2019 07:53:50 +0000 (07:53 +0000)]
dnn(test): fix required data

5 years agocore(persistence): struct storage layout without alignment gaps
Alexander Alekhin [Mon, 15 Jul 2019 17:17:34 +0000 (20:17 +0300)]
core(persistence): struct storage layout without alignment gaps

5 years agoMerge pull request #15026 from terfendail:gaussian_fix
Alexander Alekhin [Fri, 12 Jul 2019 18:31:09 +0000 (18:31 +0000)]
Merge pull request #15026 from terfendail:gaussian_fix

5 years agoSupport compiliation for <=VS13
Hugo Lindström [Fri, 12 Jul 2019 17:01:47 +0000 (19:01 +0200)]
Support compiliation for <=VS13

5 years agoMerge pull request #15025 from alalek:issue_14281
Alexander Alekhin [Fri, 12 Jul 2019 15:28:44 +0000 (15:28 +0000)]
Merge pull request #15025 from alalek:issue_14281

5 years agoFix pixel value evaluation overflow in bit-exact GaussianBlur implementation
Vitaly Tuzov [Thu, 11 Jul 2019 22:53:49 +0000 (01:53 +0300)]
Fix pixel value evaluation overflow in bit-exact GaussianBlur implementation

5 years agoMerge pull request #14996 from l-bat:ocv_deconv3d
Lubov Batanina [Fri, 12 Jul 2019 12:51:44 +0000 (15:51 +0300)]
Merge pull request #14996 from l-bat:ocv_deconv3d

* Support Deconvolution3D on IE backend

* Add test tag

* Fix tests

5 years agoimgproc: fix unaligned memory access
Alexander Alekhin [Thu, 11 Jul 2019 20:49:47 +0000 (20:49 +0000)]
imgproc: fix unaligned memory access

may cause crashes on ARM platform

5 years agoMerge pull request #14842 from l-bat:ocv_conv3d
Lubov Batanina [Thu, 11 Jul 2019 17:13:52 +0000 (20:13 +0300)]
Merge pull request #14842 from l-bat:ocv_conv3d

* Support Conv3D on OCV backend

* Add header

* Add perf tests

* Support pool3d

* Enable Resnet34_kinetics on OCV backend

* Add test

* Fix conv

* Optimize Conv2D

5 years agoMerge pull request #15001 from antmicro:v4l2-y10-support
Alexander Alekhin [Tue, 9 Jul 2019 14:34:11 +0000 (14:34 +0000)]
Merge pull request #15001 from antmicro:v4l2-y10-support

5 years agoMerge pull request #14989 from alalek:issue_14978
Alexander Alekhin [Tue, 9 Jul 2019 14:14:06 +0000 (14:14 +0000)]
Merge pull request #14989 from alalek:issue_14978

5 years agoV4L2: Add V4L2_PIX_FMT_Y10 (10 bit grey) support
Tomasz Gorochowik [Tue, 9 Jul 2019 12:00:17 +0000 (14:00 +0200)]
V4L2: Add V4L2_PIX_FMT_Y10 (10 bit grey) support

5 years agoMerge pull request #14811 from jxu:ubuntu-doc-fix
Alexander Alekhin [Mon, 8 Jul 2019 16:47:19 +0000 (16:47 +0000)]
Merge pull request #14811 from jxu:ubuntu-doc-fix

5 years agoFix python setup in ubuntu dependencies
jxu [Fri, 14 Jun 2019 21:57:28 +0000 (17:57 -0400)]
Fix python setup in ubuntu dependencies