platform/upstream/opencv.git
5 years agoMerge tag '4.0.1-openvino'
Alexander Alekhin [Sat, 22 Dec 2018 07:01:13 +0000 (07:01 +0000)]
Merge tag '4.0.1-openvino'

OpenCV 4.0.1 for Intel(R) OpenVINO(TM) toolkit

5 years agoMerge branch '3.4' into merge-3.4
Alexander Alekhin [Sat, 22 Dec 2018 05:40:15 +0000 (05:40 +0000)]
Merge branch '3.4' into merge-3.4

5 years agoimgproc: revert "Speedup filter2d by loop unrolling"
Alexander Alekhin [Sat, 22 Dec 2018 05:37:29 +0000 (05:37 +0000)]
imgproc: revert "Speedup filter2d by loop unrolling"

Commit: 124011c3219b4be6b90aec4538b4560711deb3d2
PR: https://github.com/opencv/opencv/pull/13392

Sobel filter with 16S/16U datatype is broken.

5 years agoMerge tag '3.4.5'
Alexander Alekhin [Fri, 21 Dec 2018 18:48:03 +0000 (21:48 +0300)]
Merge tag '3.4.5'

5 years agoOpenCV version++ (3.4.5)
Alexander Alekhin [Fri, 21 Dec 2018 09:48:29 +0000 (12:48 +0300)]
OpenCV version++ (3.4.5)

OpenCV 3.4.5

5 years agoMerge pull request #13497 from dkurt:dnn_torch_bn_train
Alexander Alekhin [Fri, 21 Dec 2018 14:29:10 +0000 (14:29 +0000)]
Merge pull request #13497 from dkurt:dnn_torch_bn_train

5 years agoMerge pull request #13386 from alalek:android_gradle
Alexander Alekhin [Fri, 21 Dec 2018 13:56:03 +0000 (13:56 +0000)]
Merge pull request #13386 from alalek:android_gradle

5 years agoMerge pull request #13493 from dkurt:dnn_ie_r5
Alexander Alekhin [Fri, 21 Dec 2018 12:18:23 +0000 (12:18 +0000)]
Merge pull request #13493 from dkurt:dnn_ie_r5

5 years agoMerge pull request #13487 from alalek:videoio_test_frame_size_changing
Alexander Alekhin [Fri, 21 Dec 2018 12:17:06 +0000 (12:17 +0000)]
Merge pull request #13487 from alalek:videoio_test_frame_size_changing

5 years agoMerge pull request #13499 from alalek:issue_13498
Alexander Alekhin [Fri, 21 Dec 2018 12:15:58 +0000 (12:15 +0000)]
Merge pull request #13499 from alalek:issue_13498

5 years agoBatch normalization in training phase from Torch
Dmitry Kurtaev [Fri, 21 Dec 2018 06:11:28 +0000 (09:11 +0300)]
Batch normalization in training phase from Torch

5 years agoMerge pull request #13467 from alalek:issue_12594
Alexander Alekhin [Fri, 21 Dec 2018 11:01:25 +0000 (11:01 +0000)]
Merge pull request #13467 from alalek:issue_12594

5 years agoMerge pull request #13435 from alalek:issue_13434
Alexander Alekhin [Fri, 21 Dec 2018 11:01:04 +0000 (11:01 +0000)]
Merge pull request #13435 from alalek:issue_13434

5 years agoMerge pull request #13392 from terfendail:filter_wintr
Alexander Alekhin [Fri, 21 Dec 2018 11:00:44 +0000 (11:00 +0000)]
Merge pull request #13392 from terfendail:filter_wintr

5 years agoFix dnn tests for Inference Engine R5
Dmitry Kurtaev [Thu, 20 Dec 2018 10:14:47 +0000 (13:14 +0300)]
Fix dnn tests for Inference Engine R5

5 years agoobjdetect(qrcode): don't process small/non-regular images
Alexander Alekhin [Fri, 21 Dec 2018 09:17:53 +0000 (12:17 +0300)]
objdetect(qrcode): don't process small/non-regular images

5 years agoMerge pull request #13488 from alalek:fix_videoio_v4l2_build
Alexander Alekhin [Fri, 21 Dec 2018 09:07:38 +0000 (09:07 +0000)]
Merge pull request #13488 from alalek:fix_videoio_v4l2_build

5 years agoMerge pull request #13489 from alalek:openvino_2018r5
Alexander Alekhin [Fri, 21 Dec 2018 07:05:04 +0000 (10:05 +0300)]
Merge pull request #13489 from alalek:openvino_2018r5

5 years agoAdd serialize method for IE net wrapper
Dmitry Kurtaev [Tue, 27 Nov 2018 09:02:00 +0000 (12:02 +0300)]
Add serialize method for IE net wrapper

backport 4ba4901ca98c858bd6447ca085b4456db099e95c

5 years agodnn: add OpenVINO 2018R5 defines
Alexander Alekhin [Thu, 20 Dec 2018 13:41:14 +0000 (16:41 +0300)]
dnn: add OpenVINO 2018R5 defines

https://software.intel.com/en-us/openvino-toolkit

5 years agoSpeedup filter2d by loop unrolling
Vitaly Tuzov [Wed, 12 Dec 2018 20:31:32 +0000 (23:31 +0300)]
Speedup filter2d by loop unrolling

5 years agovideoio(v4l2): fix build due missing V4L2_CID_ISO_SENSITIVITY
Alexander Alekhin [Thu, 20 Dec 2018 13:28:12 +0000 (16:28 +0300)]
videoio(v4l2): fix build due missing V4L2_CID_ISO_SENSITIVITY

5 years agoMerge pull request #13484 from va-sorokin:fix-v4l-size
Alexander Alekhin [Thu, 20 Dec 2018 12:55:41 +0000 (12:55 +0000)]
Merge pull request #13484 from va-sorokin:fix-v4l-size

5 years agovideoio(test): test V4L frame size changing manual test
Alexander Alekhin [Thu, 20 Dec 2018 12:09:40 +0000 (15:09 +0300)]
videoio(test): test V4L frame size changing manual test

5 years agovideio: Fix new frame size appling in v4l.
Vasiliy Sorokin [Wed, 19 Dec 2018 23:39:03 +0000 (15:39 -0800)]
videio: Fix new frame size appling in v4l.

5 years agoMerge pull request #13482 from dkurt:fix_python_bindings_without_stitching
Dmitry Kurtaev [Wed, 19 Dec 2018 20:37:55 +0000 (23:37 +0300)]
Merge pull request #13482 from dkurt:fix_python_bindings_without_stitching

* Fix python bindings without stitching module

* stitching: move stitching specific code into modules/stitching/misc

5 years agoMerge pull request #13478 from terfendail:medianblur_fix
Alexander Alekhin [Wed, 19 Dec 2018 16:03:55 +0000 (16:03 +0000)]
Merge pull request #13478 from terfendail:medianblur_fix

5 years agoMerge pull request #13480 from dbudniko:dbudniko/gapi_ocl_backend_internal_umat_size_fix
Alexander Alekhin [Wed, 19 Dec 2018 15:50:32 +0000 (15:50 +0000)]
Merge pull request #13480 from dbudniko:dbudniko/gapi_ocl_backend_internal_umat_size_fix

5 years agoFixed medianBlur implementation for hi-resolution images
Vitaly Tuzov [Wed, 19 Dec 2018 12:09:24 +0000 (15:09 +0300)]
Fixed medianBlur implementation for hi-resolution images

5 years agoReworked separable filter to use wide universal intrinsics
Vitaly Tuzov [Mon, 3 Dec 2018 19:58:31 +0000 (22:58 +0300)]
Reworked separable filter to use wide universal intrinsics

5 years agofix size
Dmitry Budnikov [Wed, 19 Dec 2018 14:45:00 +0000 (17:45 +0300)]
fix size

5 years agoeliminate build warnings
Alexander Alekhin [Wed, 19 Dec 2018 12:42:38 +0000 (15:42 +0300)]
eliminate build warnings

5 years agoandroid: gradle-based package and samples
Alexander Alekhin [Mon, 5 Nov 2018 17:39:09 +0000 (17:39 +0000)]
android: gradle-based package and samples

- drop hello-android sample

5 years agoMerge pull request #13471 from dkurt:fix_enum_struct_java
Alexander Alekhin [Wed, 19 Dec 2018 11:53:40 +0000 (11:53 +0000)]
Merge pull request #13471 from dkurt:fix_enum_struct_java

5 years agoTry to fix "enum struct" wrapping for Java
Dmitry Kurtaev [Tue, 18 Dec 2018 14:39:31 +0000 (17:39 +0300)]
Try to fix "enum struct" wrapping for Java

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 18 Dec 2018 19:07:43 +0000 (19:07 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #13267 from LaurentBerger:StitchPython
LaurentBerger [Tue, 18 Dec 2018 18:49:16 +0000 (19:49 +0100)]
Merge pull request #13267 from LaurentBerger:StitchPython

* Python wrapper for detail

* hide pyrotationwrapper

* copy code in pyopencv_rotationwarper.hpp

* move ImageFeatures MatchInfo and CameraParams in core/misc/

* add python test for detail

* move test_detail in test_stitching

* rename

5 years agoMerge pull request #13466 from pstieber:AddTuringCudaGeneration
Alexander Alekhin [Tue, 18 Dec 2018 18:35:47 +0000 (18:35 +0000)]
Merge pull request #13466 from pstieber:AddTuringCudaGeneration

5 years agoMerge pull request #13456 from alalek:fix_eigen2cv_type_check
Alexander Alekhin [Tue, 18 Dec 2018 18:35:27 +0000 (18:35 +0000)]
Merge pull request #13456 from alalek:fix_eigen2cv_type_check

5 years agoAdded Turing to the _generations list.
Peter J. Stieber [Mon, 17 Dec 2018 22:47:26 +0000 (14:47 -0800)]
Added Turing to the _generations list.

5 years agoandroid: gradle wrapper
Alexander Alekhin [Mon, 5 Nov 2018 15:13:57 +0000 (15:13 +0000)]
android: gradle wrapper

https://github.com/gradle/gradle/tree/v4.6.0

License: Apache 2.0

5 years agoMerge pull request #13464 from alalek:ocl_max_group_size_parameter
Alexander Alekhin [Tue, 18 Dec 2018 12:06:14 +0000 (12:06 +0000)]
Merge pull request #13464 from alalek:ocl_max_group_size_parameter

5 years agoMerge pull request #13458 from alalek:fix_python_install_path
Alexander Alekhin [Tue, 18 Dec 2018 11:46:02 +0000 (11:46 +0000)]
Merge pull request #13458 from alalek:fix_python_install_path

5 years agoMerge pull request #13449 from Tytan:stitching-warp-interpolation
Quentin Chateau [Tue, 18 Dec 2018 11:43:05 +0000 (12:43 +0100)]
Merge pull request #13449 from Tytan:stitching-warp-interpolation

Stitching: added functions to set warp interpolation mode (#13449)

* Added functions to set warp interpolation mode

* Use InterpolationFlags enum

* Improved getter/setter naming

5 years agoMerge pull request #13432 from vishwesh5:patch-1
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

5 years agofeatures2d: fix retainBest() implementation
Alexander Alekhin [Tue, 18 Dec 2018 05:33:21 +0000 (05:33 +0000)]
features2d: fix retainBest() implementation

5 years agocore(ocl): add parameter to limit device max workgroup size
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

5 years agoMerge pull request #13463 from vishwesh5:patch-2
Alexander Alekhin [Mon, 17 Dec 2018 18:08:20 +0000 (18:08 +0000)]
Merge pull request #13463 from vishwesh5:patch-2

5 years agoFix Scharr and Sobel functions
vishwesh5 [Mon, 17 Dec 2018 15:09:22 +0000 (20:39 +0530)]
Fix Scharr and Sobel functions

Resolves #13375

5 years agoMerge pull request #13440 from savuor:rgb_wide
Rostislav Vasilikhin [Mon, 17 Dec 2018 14:22:38 +0000 (17:22 +0300)]
Merge pull request #13440 from savuor:rgb_wide

* conversions of color_rgb.cpp vectorized

* CL impl: coeffs updated

* unused constants removed

* CUDA color coeffs updated

5 years agocmake: fix python install paths
Alexander Alekhin [Mon, 17 Dec 2018 10:39:26 +0000 (13:39 +0300)]
cmake: fix python install paths

5 years agoMerge pull request #13455 from alalek:issue_13454
Alexander Alekhin [Sun, 16 Dec 2018 10:16:19 +0000 (10:16 +0000)]
Merge pull request #13455 from alalek:issue_13454

5 years agocore: fix eigen2cv() - don't change fixed type of 'dst'
Alexander Alekhin [Sun, 16 Dec 2018 06:43:08 +0000 (06:43 +0000)]
core: fix eigen2cv() - don't change fixed type of 'dst'

5 years agostitching: fix l_gains data type from Eigen solver (float / double)
Alexander Alekhin [Sun, 16 Dec 2018 06:25:39 +0000 (06:25 +0000)]
stitching: fix l_gains data type from Eigen solver (float / double)

5 years agoMerge pull request #13447 from alalek:issue_13445
Alexander Alekhin [Sat, 15 Dec 2018 21:17:17 +0000 (21:17 +0000)]
Merge pull request #13447 from alalek:issue_13445

5 years agovideoio(dc1394): use lazy initialization on demand
Alexander Alekhin [Sat, 15 Dec 2018 07:58:39 +0000 (07:58 +0000)]
videoio(dc1394): use lazy initialization on demand

5 years agoMerge pull request #13443 from seiko2plus:issue13442
Alexander Alekhin [Fri, 14 Dec 2018 22:31:34 +0000 (22:31 +0000)]
Merge pull request #13443 from seiko2plus:issue13442

5 years agocore:vsx fix build failure on GCC<=6 due implementation of v_reduce_sum(v_float64x2)
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)

5 years agoMerge pull request #13400 from Tytan:optimize_exposure_compensation
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

5 years agoMerge pull request #13441 from paroj:capimg
Alexander Alekhin [Fri, 14 Dec 2018 15:41:40 +0000 (15:41 +0000)]
Merge pull request #13441 from paroj:capimg

5 years agoMerge pull request #13438 from madan-ram:patch-2
Alexander Alekhin [Fri, 14 Dec 2018 14:35:56 +0000 (14:35 +0000)]
Merge pull request #13438 from madan-ram:patch-2

5 years agovideoio: fix CAP_IMAGES
Pavel Rojtberg [Fri, 14 Dec 2018 14:32:33 +0000 (15:32 +0100)]
videoio: fix CAP_IMAGES

broken in 11eafca3e2a4cbc62f1309d25db0ea3ed9a6ea8e

5 years agoMerge pull request #13379 from savuor:color_5x5
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)

5 years agoMerge pull request #13428 from rgarnov:gapi_add_kernels_pass_stage
Alexander Alekhin [Fri, 14 Dec 2018 12:30:35 +0000 (12:30 +0000)]
Merge pull request #13428 from rgarnov:gapi_add_kernels_pass_stage

5 years agoUpdate template_matching.markdown
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

5 years agoMerge pull request #13436 from alalek:cmake_with_msmf_dxva_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

5 years agocmake(java): add OPENCV_JAVA_SOURCE_VERSION/OPENCV_JAVA_TARGET_VERSION
Alexander Alekhin [Fri, 14 Dec 2018 00:15:57 +0000 (00:15 +0000)]
cmake(java): add OPENCV_JAVA_SOURCE_VERSION/OPENCV_JAVA_TARGET_VERSION

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Thu, 13 Dec 2018 12:12:26 +0000 (15:12 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agovideoio(MSMF): backport WITH_MSMF_DXVA flag
Alexander Alekhin [Thu, 13 Dec 2018 11:53:48 +0000 (14:53 +0300)]
videoio(MSMF): backport WITH_MSMF_DXVA flag

5 years agoRemoved UNUSED macro
Ruslan Garnov [Thu, 13 Dec 2018 11:36:15 +0000 (14:36 +0300)]
Removed UNUSED macro

5 years agoMerge pull request #13334 from terfendail:histogram_wintr
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

5 years agoMerge pull request #13427 from dkurt:dnn_onnx_dynamic_reshape
Alexander Alekhin [Thu, 13 Dec 2018 11:15:51 +0000 (11:15 +0000)]
Merge pull request #13427 from dkurt:dnn_onnx_dynamic_reshape

5 years agoMerge pull request #13387 from dkurt:dnn_minor_ie_fixes
Alexander Alekhin [Thu, 13 Dec 2018 10:08:34 +0000 (10:08 +0000)]
Merge pull request #13387 from dkurt:dnn_minor_ie_fixes

5 years agoMerge pull request #13430 from tomoaki0705:fixCudaJetsonTX2file
Alexander Alekhin [Thu, 13 Dec 2018 09:14:26 +0000 (09:14 +0000)]
Merge pull request #13430 from tomoaki0705:fixCudaJetsonTX2file

5 years agouse correct CC value for Jetson Xavier
Tomoaki Teshima [Thu, 13 Dec 2018 04:35:19 +0000 (13:35 +0900)]
use correct CC value for Jetson Xavier

5 years agoMerge pull request #13425 from alalek:issue_13277
Alexander Alekhin [Wed, 12 Dec 2018 16:21:46 +0000 (16:21 +0000)]
Merge pull request #13425 from alalek:issue_13277

5 years agoMerge pull request #13423 from alalek:issue_13418
Alexander Alekhin [Wed, 12 Dec 2018 15:38:47 +0000 (15:38 +0000)]
Merge pull request #13423 from alalek:issue_13418

5 years agoOperate with shapes in ONNX models
Dmitry Kurtaev [Wed, 12 Dec 2018 14:36:17 +0000 (17:36 +0300)]
Operate with shapes in ONNX models

5 years agoMerge pull request #13420 from ThadHouse:Windows7shlwapi
Alexander Alekhin [Wed, 12 Dec 2018 14:58:50 +0000 (14:58 +0000)]
Merge pull request #13420 from ThadHouse:Windows7shlwapi

5 years agoMerge pull request #13424 from akashivskyy:pr/ios-nonfree
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

5 years agoAdded "kernels" pass stage to compiler, removed unused opaque from cv::gimpl::Op
Ruslan Garnov [Wed, 12 Dec 2018 14:22:52 +0000 (17:22 +0300)]
Added "kernels" pass stage to compiler, removed unused opaque from cv::gimpl::Op

5 years agodnn: fix vulkan backend builds with Clang
Alexander Alekhin [Wed, 12 Dec 2018 12:25:39 +0000 (15:25 +0300)]
dnn: fix vulkan backend builds with Clang

5 years agoMerge pull request #13419 from seanm:SemiWarnings
Alexander Alekhin [Wed, 12 Dec 2018 11:07:00 +0000 (11:07 +0000)]
Merge pull request #13419 from seanm:SemiWarnings

5 years agocmake: fix compiler flags filtering
Alexander Alekhin [Wed, 12 Dec 2018 10:35:43 +0000 (13:35 +0300)]
cmake: fix compiler flags filtering

5 years agoMerge pull request #13415 from alalek:issue_13406
Alexander Alekhin [Wed, 12 Dec 2018 10:26:31 +0000 (13:26 +0300)]
Merge pull request #13415 from alalek:issue_13406

* python: add checks for drawKeypoints() symbol

* python: more hacks in hdr_parser.py

5 years agoRemove MinCore_Downlevel, replace with Shlwapi
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

5 years agoFixed -Wextra-semi warnings in public headers
Sean McBride [Tue, 11 Dec 2018 19:45:27 +0000 (14:45 -0500)]
Fixed -Wextra-semi warnings in public headers

5 years agoMerge pull request #13416 from alalek:avoid_cv2_in_docs
Alexander Alekhin [Tue, 11 Dec 2018 14:47:41 +0000 (17:47 +0300)]
Merge pull request #13416 from alalek:avoid_cv2_in_docs

5 years agopython: don't use 'cv2.' in documentation
Alexander Alekhin [Tue, 11 Dec 2018 13:01:41 +0000 (16:01 +0300)]
python: don't use 'cv2.' in documentation

5 years agoMinor fixes in IE backend tests
Dmitry Kurtaev [Fri, 7 Dec 2018 09:40:34 +0000 (12:40 +0300)]
Minor fixes in IE backend tests

5 years agoOpenVINO version bump
Maksim Shabunin [Thu, 29 Nov 2018 18:46:46 +0000 (21:46 +0300)]
OpenVINO version bump

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Sun, 9 Dec 2018 13:21:58 +0000 (13:21 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #13300 from riju:photoModule
Rijubrata Bhaumik [Sun, 9 Dec 2018 12:08:59 +0000 (14:08 +0200)]
Merge pull request #13300 from riju:photoModule

* Enable Javascript bindings for photo module.

1. Enable the build flag in build_js.py.
2. Append js into WRAP list of photo’s CMakefiles.txt
3. Add photo module's API into JS API whitelist (embindgen.py)

Exposing the HDR imaging part of photo module.

[TODO]
Add tests
Fix opencv/doc/js_tutorials/

* [WIP] TODO: Add tests

* Remove TonemapDurand: algorithm patented in US, so moved to opencv_contrib

* Fix ningxin's comment: expose the base class.

* Add some more simple binding tests.

Also expose process function

5 years agoMerge pull request #13382 from LaurentBerger:imreadsize
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

5 years agoMerge pull request #13388 from alalek:ocl_fix_perf_stitching
Alexander Alekhin [Sat, 8 Dec 2018 17:51:47 +0000 (17:51 +0000)]
Merge pull request #13388 from alalek:ocl_fix_perf_stitching

5 years agoMerge pull request #13385 from alalek:cmake_cleanup_build_junk_dir
Alexander Alekhin [Sat, 8 Dec 2018 17:51:09 +0000 (17:51 +0000)]
Merge pull request #13385 from alalek:cmake_cleanup_build_junk_dir

5 years agoMerge pull request #13316 from alalek:cmake_fix_baseline_detect
Alexander Alekhin [Sat, 8 Dec 2018 17:50:03 +0000 (17:50 +0000)]
Merge pull request #13316 from alalek:cmake_fix_baseline_detect

5 years agoMerge pull request #13389 from dkurt:dnn_tf_eltwise_sub
Alexander Alekhin [Fri, 7 Dec 2018 13:54:09 +0000 (13:54 +0000)]
Merge pull request #13389 from dkurt:dnn_tf_eltwise_sub

5 years agoMerge pull request #13367 from mshabunin:cmake-verify
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

5 years agoElement-wise subtraction from TensorFlow
Dmitry Kurtaev [Fri, 7 Dec 2018 10:38:05 +0000 (13:38 +0300)]
Element-wise subtraction from TensorFlow