Vitaly Tuzov [Wed, 12 Dec 2018 20:31:32 +0000 (23:31 +0300)]
Speedup filter2d by loop unrolling
Vitaly Tuzov [Mon, 3 Dec 2018 19:58:31 +0000 (22:58 +0300)]
Reworked separable filter to use wide universal intrinsics
Alexander Alekhin [Tue, 18 Dec 2018 18:35:47 +0000 (18:35 +0000)]
Merge pull request #13466 from pstieber:AddTuringCudaGeneration
Alexander Alekhin [Tue, 18 Dec 2018 18:35:27 +0000 (18:35 +0000)]
Merge pull request #13456 from alalek:fix_eigen2cv_type_check
Peter J. Stieber [Mon, 17 Dec 2018 22:47:26 +0000 (14:47 -0800)]
Added Turing to the _generations list.
Alexander Alekhin [Tue, 18 Dec 2018 12:06:14 +0000 (12:06 +0000)]
Merge pull request #13464 from alalek:ocl_max_group_size_parameter
Alexander Alekhin [Tue, 18 Dec 2018 11:46:02 +0000 (11:46 +0000)]
Merge pull request #13458 from alalek:fix_python_install_path
vishwesh5 [Tue, 18 Dec 2018 10:40:04 +0000 (16:10 +0530)]
Merge pull request #13432 from vishwesh5:patch-1
* Create text_detection.py
#12270 #13429
**Deep Learning text detection sample (Python)**
- Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch)
- Python version supported - Python 2 and Python 3
* Fix trailing whitespaces
* Update text_detection.py
* Remove whitespace
* Remove comments
* Remove unused packages
* Update description
Alexander Alekhin [Mon, 17 Dec 2018 18:31:49 +0000 (18:31 +0000)]
core(ocl): add parameter to limit device max workgroup size
used by OpenCV
Alexander Alekhin [Mon, 17 Dec 2018 18:08:20 +0000 (18:08 +0000)]
Merge pull request #13463 from vishwesh5:patch-2
vishwesh5 [Mon, 17 Dec 2018 15:09:22 +0000 (20:39 +0530)]
Fix Scharr and Sobel functions
Resolves #13375
Alexander Alekhin [Mon, 17 Dec 2018 10:39:26 +0000 (13:39 +0300)]
cmake: fix python install paths
Alexander Alekhin [Sun, 16 Dec 2018 10:16:19 +0000 (10:16 +0000)]
Merge pull request #13455 from alalek:issue_13454
Alexander Alekhin [Sun, 16 Dec 2018 06:43:08 +0000 (06:43 +0000)]
core: fix eigen2cv() - don't change fixed type of 'dst'
Alexander Alekhin [Sun, 16 Dec 2018 06:25:39 +0000 (06:25 +0000)]
stitching: fix l_gains data type from Eigen solver (float / double)
Alexander Alekhin [Sat, 15 Dec 2018 21:17:17 +0000 (21:17 +0000)]
Merge pull request #13447 from alalek:issue_13445
Alexander Alekhin [Sat, 15 Dec 2018 07:58:39 +0000 (07:58 +0000)]
videoio(dc1394): use lazy initialization on demand
Alexander Alekhin [Fri, 14 Dec 2018 22:31:34 +0000 (22:31 +0000)]
Merge pull request #13443 from seiko2plus:issue13442
Sayed Adel [Fri, 14 Dec 2018 19:24:12 +0000 (19:24 +0000)]
core:vsx fix build failure on GCC<=6 due implementation of v_reduce_sum(v_float64x2)
Quentin Chateau [Fri, 14 Dec 2018 18:37:00 +0000 (19:37 +0100)]
Merge pull request #13400 from Tytan:optimize_exposure_compensation
Optimize exposure compensation (#13400)
* Added perf test
* Optimized gains computation
* Use Eigen for gains calculation
Alexander Alekhin [Fri, 14 Dec 2018 14:35:56 +0000 (14:35 +0000)]
Merge pull request #13438 from madan-ram:patch-2
Rostislav Vasilikhin [Fri, 14 Dec 2018 14:01:01 +0000 (17:01 +0300)]
Merge pull request #13379 from savuor:color_5x5
RGB to/from Gray rewritten to wide intrinsics (#13379)
* 5x5 to RGB added
* RGB25x5 added
* Gray2RGB added
* Gray2RGB5x5 added
* vx_set moved out of loops
* RGB5x52Gray added
* RGB2Gray written
* warnings fixed (int -> (u)short conversion)
* warning fixed
* warning fixed
* "i < n-vsize+1" to "i <= n-vsize"
* RGBA2mRGBA vectorized
* try to fix ARM builds
* fixed ARM build for RGB2RGB5x5
* mRGBA2RGBA: saturation, vectorization
* fixed CL implementation of mRGBA2RGBA (saturation added)
Madan Ram [Fri, 14 Dec 2018 11:04:58 +0000 (16:34 +0530)]
Update template_matching.markdown
Replaced CV_TM_SQDIFF to TM_SQDIFF and the rest since methods are renamed in opencv 3.4
Alexander Alekhin [Fri, 14 Dec 2018 10:36:39 +0000 (10:36 +0000)]
Merge pull request #13436 from alalek:cmake_with_msmf_dxva_3.4
Alexander Alekhin [Thu, 13 Dec 2018 11:53:48 +0000 (14:53 +0300)]
videoio(MSMF): backport WITH_MSMF_DXVA flag
Vitaly Tuzov [Thu, 13 Dec 2018 11:20:22 +0000 (14:20 +0300)]
Merge pull request #13334 from terfendail:histogram_wintr
* added performance test for compareHist
* compareHist reworked to use wide universal intrinsics
* Disabled vectorization for CV_COMP_CORREL and CV_COMP_BHATTACHARYYA if f64 is unsupported
Alexander Alekhin [Thu, 13 Dec 2018 11:15:51 +0000 (11:15 +0000)]
Merge pull request #13427 from dkurt:dnn_onnx_dynamic_reshape
Alexander Alekhin [Thu, 13 Dec 2018 10:08:34 +0000 (10:08 +0000)]
Merge pull request #13387 from dkurt:dnn_minor_ie_fixes
Alexander Alekhin [Thu, 13 Dec 2018 09:14:26 +0000 (09:14 +0000)]
Merge pull request #13430 from tomoaki0705:fixCudaJetsonTX2file
Tomoaki Teshima [Thu, 13 Dec 2018 04:35:19 +0000 (13:35 +0900)]
use correct CC value for Jetson Xavier
Alexander Alekhin [Wed, 12 Dec 2018 15:38:47 +0000 (15:38 +0000)]
Merge pull request #13423 from alalek:issue_13418
Dmitry Kurtaev [Wed, 12 Dec 2018 14:36:17 +0000 (17:36 +0300)]
Operate with shapes in ONNX models
Alexander Alekhin [Wed, 12 Dec 2018 14:58:50 +0000 (14:58 +0000)]
Merge pull request #13420 from ThadHouse:Windows7shlwapi
Adrian Kashivskyy [Wed, 12 Dec 2018 14:32:19 +0000 (15:32 +0100)]
Merge pull request #13424 from akashivskyy:pr/ios-nonfree
Add ability to build iOS and macOS frameworks with nonfree modules (#13424)
* Allow building ios framework with nonfree
* Allow building osx framework with nonfree
Alexander Alekhin [Wed, 12 Dec 2018 10:35:43 +0000 (13:35 +0300)]
cmake: fix compiler flags filtering
Thad House [Wed, 12 Dec 2018 01:06:01 +0000 (17:06 -0800)]
Remove MinCore_Downlevel, replace with Shlwapi
On windows 7, MinCore_Downlevel does not work correctly. However, the only API used was QISearch, which can be found in Shlwapi.
Closes #12010
Dmitry Kurtaev [Fri, 7 Dec 2018 09:40:34 +0000 (12:40 +0300)]
Minor fixes in IE backend tests
LaurentBerger [Sun, 9 Dec 2018 12:05:27 +0000 (13:05 +0100)]
Merge pull request #13382 from LaurentBerger:imreadsize
* try to solve #13381
* Add note
Alexander Alekhin [Sat, 8 Dec 2018 17:51:47 +0000 (17:51 +0000)]
Merge pull request #13388 from alalek:ocl_fix_perf_stitching
Alexander Alekhin [Sat, 8 Dec 2018 17:51:09 +0000 (17:51 +0000)]
Merge pull request #13385 from alalek:cmake_cleanup_build_junk_dir
Alexander Alekhin [Sat, 8 Dec 2018 17:50:03 +0000 (17:50 +0000)]
Merge pull request #13316 from alalek:cmake_fix_baseline_detect
Alexander Alekhin [Fri, 7 Dec 2018 13:54:09 +0000 (13:54 +0000)]
Merge pull request #13389 from dkurt:dnn_tf_eltwise_sub
Maksim Shabunin [Fri, 7 Dec 2018 12:57:25 +0000 (15:57 +0300)]
Merge pull request #13367 from mshabunin:cmake-verify
* Added dependency verification mechanism for cmake
Dmitry Kurtaev [Fri, 7 Dec 2018 10:38:05 +0000 (13:38 +0300)]
Element-wise subtraction from TensorFlow
Alexander Alekhin [Fri, 7 Dec 2018 10:22:39 +0000 (13:22 +0300)]
stitching(perf): increase threshold of transform vector
Alexander Alekhin [Fri, 7 Dec 2018 05:14:08 +0000 (05:14 +0000)]
cmake: hide 'junk' dir from the root of build directory
moved to CMakeFiles (no conflicts are expected)
Alexander Alekhin [Thu, 6 Dec 2018 15:09:51 +0000 (15:09 +0000)]
Merge pull request #13376 from dkurt:hotfix_dnn_ie
Dmitry Kurtaev [Thu, 6 Dec 2018 06:08:50 +0000 (09:08 +0300)]
Exclude Input layer from list of outputs for IE networks
Alexander Alekhin [Wed, 5 Dec 2018 19:48:58 +0000 (19:48 +0000)]
Merge pull request #13359 from dkurt:dnn_keras_pad_concat
Alexander Alekhin [Wed, 5 Dec 2018 19:46:12 +0000 (19:46 +0000)]
Merge pull request #13370 from alalek:ocl_update_perf_stitching_matchers_threshold
Alexander Alekhin [Wed, 5 Dec 2018 15:58:04 +0000 (18:58 +0300)]
stitching(perf): update test threshold
Alexander Alekhin [Wed, 5 Dec 2018 17:02:02 +0000 (17:02 +0000)]
Merge pull request #13369 from alalek:fixup_13332
Alexander Alekhin [Wed, 5 Dec 2018 15:31:14 +0000 (18:31 +0300)]
dnn: fixup available backends/targets
Maksim Shabunin [Wed, 5 Dec 2018 15:11:45 +0000 (18:11 +0300)]
Merge pull request #13332 from mshabunin:dnn-backends
DNN backends registry (#13332)
* Added dnn backends registry
* dnn: process DLIE/FPGA target
Alexander Alekhin [Wed, 5 Dec 2018 12:52:03 +0000 (12:52 +0000)]
Merge pull request #12945 from terfendail:core_wintr_full
Alexander Alekhin [Wed, 5 Dec 2018 10:09:48 +0000 (10:09 +0000)]
Merge pull request #13364 from nglee:dev_FixLineIteratorExample
Alexander Alekhin [Wed, 5 Dec 2018 09:46:30 +0000 (09:46 +0000)]
Merge pull request #13362 from alalek:photo_move_durand_contrib
Namgoo Lee [Wed, 5 Dec 2018 02:22:23 +0000 (11:22 +0900)]
Fix error in LineIterator example code in doc
Dmitry Kurtaev [Tue, 4 Dec 2018 12:02:22 +0000 (15:02 +0300)]
Concat layer from TensorFlow with constant inputs
Alexander Alekhin [Tue, 4 Dec 2018 10:51:17 +0000 (13:51 +0300)]
photo: move TonemapDurand to opencv_contrib
Vitaly Tuzov [Tue, 28 Aug 2018 10:45:50 +0000 (13:45 +0300)]
Replaced core module calls to universal intrinsics with wide universal intrinsics
Alexander Alekhin [Mon, 3 Dec 2018 15:34:23 +0000 (15:34 +0000)]
Merge pull request #13352 from alalek:issue_13324
Alexander Alekhin [Mon, 3 Dec 2018 15:15:55 +0000 (15:15 +0000)]
Merge pull request #13351 from mshabunin:fix-va-compile
Alexander Alekhin [Mon, 3 Dec 2018 14:45:02 +0000 (14:45 +0000)]
Merge pull request #13348 from alalek:kw_videoio_v4l
Alexander Alekhin [Mon, 3 Dec 2018 14:44:41 +0000 (14:44 +0000)]
Merge pull request #13347 from alalek:kw_resize_check
Alexander Alekhin [Mon, 3 Dec 2018 14:38:57 +0000 (17:38 +0300)]
core: add getcwd() stub
Maksim Shabunin [Mon, 3 Dec 2018 14:16:09 +0000 (17:16 +0300)]
Fixed compilation with VA-interop on 32-bit platforms
Alexander Alekhin [Mon, 3 Dec 2018 10:30:41 +0000 (13:30 +0300)]
videoio(v4l): initialize members in ctor
Alexander Alekhin [Mon, 3 Dec 2018 10:07:58 +0000 (13:07 +0300)]
imgproc(resize): update checks (static analyzers)
Alexander Alekhin [Fri, 30 Nov 2018 15:46:33 +0000 (15:46 +0000)]
Merge pull request #13338 from alalek:fix_resize_bitexact_test
Alexander Alekhin [Fri, 30 Nov 2018 13:34:42 +0000 (16:34 +0300)]
imgproc(test): fix resize bitexact test
- use "random" area on input image
- avoid duplicate cases
Alexander Alekhin [Fri, 30 Nov 2018 09:51:59 +0000 (09:51 +0000)]
Merge pull request #13336 from sergiud:core_sse_immediates_gcc-5.4.0
Sergiu Deitsch [Fri, 30 Nov 2018 07:48:19 +0000 (08:48 +0100)]
fixed gcc 5.4.0 compilation errors
Vitaly Tuzov [Thu, 29 Nov 2018 16:34:14 +0000 (19:34 +0300)]
Merge pull request #13317 from terfendail:norm_wintr
* Added performance tests for hal::norm functions
* Added sum of absolute differences intrinsic
* norm implementation updated to use wide universal intrinsics
* improve and fix v_reduce_sad on VSX
Alexander Alekhin [Thu, 29 Nov 2018 12:40:02 +0000 (12:40 +0000)]
Merge pull request #13323 from alalek:issue_13297
Alexander Alekhin [Thu, 29 Nov 2018 12:39:06 +0000 (12:39 +0000)]
Merge pull request #13327 from allnes:qrcode_modifications
Alexander Nesterov [Thu, 29 Nov 2018 12:57:45 +0000 (11:57 -0100)]
Corrected parameters
Alexander Alekhin [Wed, 28 Nov 2018 20:16:37 +0000 (20:16 +0000)]
imgproc: local "CV_Assert(totalSampleCount > 0)" check
Alexander Alekhin [Wed, 28 Nov 2018 19:34:25 +0000 (19:34 +0000)]
Merge pull request #13322 from akashivskyy:pr/iossim-archs
Adrian Kashivskyy [Mon, 26 Nov 2018 18:28:59 +0000 (19:28 +0100)]
Add ability to specify iPhoneSimulator ARCHS
Alexander Alekhin [Wed, 28 Nov 2018 11:02:30 +0000 (14:02 +0300)]
cmake: fix compiler flags (CPU_BASELINE_REQUIRED=xxx + CPU_BASELINE=DETECT)
Alexander Alekhin [Tue, 27 Nov 2018 13:58:02 +0000 (13:58 +0000)]
Merge pull request #13298 from mshabunin:fix-intrin-indent
Alexander Alekhin [Tue, 27 Nov 2018 13:54:23 +0000 (13:54 +0000)]
Merge pull request #13294 from terfendail:contours_wintr
Alexander Alekhin [Tue, 27 Nov 2018 13:53:02 +0000 (13:53 +0000)]
Merge pull request #13301 from alalek:build_warnings
Maksim Shabunin [Tue, 27 Nov 2018 11:36:23 +0000 (14:36 +0300)]
Fixed misleading indentation in intrin_cpp.hpp
Alexander Alekhin [Mon, 26 Nov 2018 15:07:20 +0000 (18:07 +0300)]
eliminate build warnings
Vitaly Tuzov [Tue, 27 Nov 2018 08:33:36 +0000 (11:33 +0300)]
Added anonymous namespace to perf_contours
Alexander Alekhin [Mon, 26 Nov 2018 12:29:30 +0000 (12:29 +0000)]
Merge pull request #13242 from terfendail:contours_wintr
Alexander Alekhin [Mon, 26 Nov 2018 12:24:16 +0000 (12:24 +0000)]
Merge pull request #13280 from dkurt:enable_dnn_ie_r4_tests
Matthias Winkelmann [Mon, 26 Nov 2018 12:04:16 +0000 (13:04 +0100)]
Merge pull request #13228 from MatthiasWinkelmann:master
Add URLs, harmonise formatting, and fix parse error in bibliography (#13228)
* Fixed parse error in bibliography
* Removed extra curly braces
* harmonized whitespace
* changed organisation -> publisher where appropriate. Organisation is intended as the author's organisation, not the publishing.
* harmonized capitalisation and whitespace
* Add links to about 1/3 of references
Dmitry Kurtaev [Mon, 26 Nov 2018 09:09:50 +0000 (12:09 +0300)]
Enable some dnn tests according to the new Intel's Inference Engine release (R4)
Alexander Alekhin [Mon, 26 Nov 2018 09:30:31 +0000 (09:30 +0000)]
Merge pull request #13279 from mshabunin:fix-carotene-build-3.4
Maksim Shabunin [Mon, 26 Nov 2018 08:30:20 +0000 (11:30 +0300)]
Fixed NEON detection in Carotene build
Alexander Alekhin [Sun, 25 Nov 2018 18:27:42 +0000 (18:27 +0000)]
Merge pull request #13270 from 1over:flann_dist_fix
Alexander Alekhin [Sun, 25 Nov 2018 18:27:01 +0000 (18:27 +0000)]
Merge pull request #13269 from alalek:ocl_fix_kernels_with_use_host_mem
Alexander Alekhin [Sun, 25 Nov 2018 18:26:28 +0000 (18:26 +0000)]
Merge pull request #13268 from alalek:core_findfile_linux_use_dladdr
Alexander Alekhin [Sun, 25 Nov 2018 18:25:48 +0000 (18:25 +0000)]
Merge pull request #13254 from alalek:update_python_install_path
1over [Sun, 25 Nov 2018 00:31:54 +0000 (01:31 +0100)]
fixed memory issue in flann
Alexander Alekhin [Sat, 24 Nov 2018 15:36:43 +0000 (15:36 +0000)]
ocl: fix kernels launching with USE_HOST_PTR UMat
created from RAW memory buffers (without proper lifetime management)
Alexander Alekhin [Sat, 24 Nov 2018 15:22:54 +0000 (15:22 +0000)]
core: use dladdr() instead of parsing /proc/self/maps