platform/upstream/opencv.git
5 years agoFix error message on invalid seam finder parameter
Madhav [Tue, 16 Jul 2019 07:42:04 +0000 (13:27 +0545)]
Fix error message on invalid seam finder parameter

5 years agoMerge pull request #14628 from devnexen:openbsd_build_fix
Alexander Alekhin [Sat, 25 May 2019 13:53:53 +0000 (13:53 +0000)]
Merge pull request #14628 from devnexen:openbsd_build_fix

5 years agoOpenBSD build fix
David Carlier [Sat, 25 May 2019 09:18:34 +0000 (10:18 +0100)]
OpenBSD build fix

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Thu, 23 May 2019 16:50:20 +0000 (19:50 +0300)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14610 from mshabunin:fix-gtk-gl
Alexander Alekhin [Thu, 23 May 2019 15:05:18 +0000 (15:05 +0000)]
Merge pull request #14610 from mshabunin:fix-gtk-gl

5 years agoMerge pull request #14602 from asashour:java_lang_
Alexander Alekhin [Thu, 23 May 2019 15:04:38 +0000 (15:04 +0000)]
Merge pull request #14602 from asashour:java_lang_

5 years agohighgui: fixed build GTK2+OpenGL
Maksim Shabunin [Thu, 23 May 2019 12:58:49 +0000 (15:58 +0300)]
highgui: fixed build GTK2+OpenGL

5 years agoMerge pull request #14601 from asashour:14211_CvType
Alexander Alekhin [Thu, 23 May 2019 12:26:19 +0000 (12:26 +0000)]
Merge pull request #14601 from asashour:14211_CvType

5 years agojava: remove redundant declaration of java.lang package
Ahmed Ashour [Thu, 23 May 2019 07:20:32 +0000 (09:20 +0200)]
java: remove redundant declaration of java.lang package

5 years agojava: add CvType.CV_16F
Ahmed Ashour [Thu, 23 May 2019 06:49:01 +0000 (08:49 +0200)]
java: add CvType.CV_16F

5 years agoMerge pull request #14557 from mshabunin:win-lapack
Alexander Alekhin [Wed, 22 May 2019 18:59:31 +0000 (18:59 +0000)]
Merge pull request #14557 from mshabunin:win-lapack

5 years agoMerge pull request #14520 from kupferb:patch-1
Alexander Alekhin [Wed, 22 May 2019 18:16:48 +0000 (18:16 +0000)]
Merge pull request #14520 from kupferb:patch-1

5 years agoMerge pull request #14514 from mshabunin:fix-videoio-docs
Alexander Alekhin [Wed, 22 May 2019 18:15:43 +0000 (18:15 +0000)]
Merge pull request #14514 from mshabunin:fix-videoio-docs

5 years agoMerge pull request #14599 from rgarnov:gapi_aux_kernels
Ruslan Garnov [Wed, 22 May 2019 18:13:13 +0000 (21:13 +0300)]
Merge pull request #14599 from rgarnov:gapi_aux_kernels

G-API aux kernels (#14599)

* Removed gcpuimgproc.hpp and gcpucore.hpp

* Changed GModel::orderedInputs and orderedOutputs to get ConstGraph&

* Added auxiliaryKernels() method of GBackend::Priv

5 years agoMerge pull request #14151 from TolyaTalamanov:at/own-mat-output-doesnt-support
atalaman [Wed, 22 May 2019 16:57:09 +0000 (19:57 +0300)]
Merge pull request #14151 from TolyaTalamanov:at/own-mat-output-doesnt-support

G-API: own::Mat as output computation doesn't work (#14151)

* Fix bug with output own::Mat

* Fix comments to review

* Fix preprocess condition

* Fix comments to review

5 years agoMerge pull request #14150 from TolyaTalamanov:at/computation-doesnt-work-with-out...
atalaman [Wed, 22 May 2019 16:13:15 +0000 (19:13 +0300)]
Merge pull request #14150 from TolyaTalamanov:at/computation-doesnt-work-with-out-vector

G-API: GComputation doesn't work with output vector<cv::Mat> (#14150)

* Fix bug with gcomputation output vector

* Add test fixture

* Fix comments to review

* Fix alignment

5 years agoLAPACK: add support for complex numbers for MSVC
Maksim Shabunin [Tue, 14 May 2019 11:08:16 +0000 (14:08 +0300)]
LAPACK: add support for complex numbers for MSVC

5 years agoDocs: updated videoio module overview
Maksim Shabunin [Wed, 8 May 2019 12:18:52 +0000 (15:18 +0300)]
Docs: updated videoio module overview

5 years agoMerge pull request #13851 from TolyaTalamanov:at/new-kernel-package-design
atalaman [Wed, 22 May 2019 11:53:44 +0000 (14:53 +0300)]
Merge pull request #13851 from TolyaTalamanov:at/new-kernel-package-design

G-API: Kernel package design (#13851)

* Remove cv::unite_policy from API

* Add check that all id in kernel package are unique

* Refactor checker id procedure

* Remove cv::gapi::GLookupOrder from API

* Implement cv::gapi::use_only

* Fix samples

* Fix docs

* Fix comments to review

* Remove unite_policy

* Fix GKernelPackage::backends()

* Fix comments to review

* Fix all_unique

* Fix comments to review

* Fix comments to review

* Remove out of date tests

5 years agoMerge pull request #14459 from dkurt:tf_strided_slice
Alexander Alekhin [Wed, 22 May 2019 11:30:34 +0000 (11:30 +0000)]
Merge pull request #14459 from dkurt:tf_strided_slice

5 years agoStridedSlice from TensorFlow
Dmitry Kurtaev [Tue, 30 Apr 2019 12:33:32 +0000 (15:33 +0300)]
StridedSlice from TensorFlow

5 years agoMerge pull request #14586 from dianlujitao:master
Alexander Alekhin [Tue, 21 May 2019 18:30:02 +0000 (18:30 +0000)]
Merge pull request #14586 from dianlujitao:master

5 years agoMerge pull request #14474 from alalek:ocl_kernel_args_variadic
Alexander Alekhin [Mon, 20 May 2019 18:18:02 +0000 (18:18 +0000)]
Merge pull request #14474 from alalek:ocl_kernel_args_variadic

5 years agoMerge pull request #14362 from catree:feat_ippe
Alexander Alekhin [Mon, 20 May 2019 18:16:52 +0000 (18:16 +0000)]
Merge pull request #14362 from catree:feat_ippe

5 years agoMerge pull request #14106 from savuor:lab_wide
Rostislav Vasilikhin [Mon, 20 May 2019 18:10:21 +0000 (21:10 +0300)]
Merge pull request #14106 from savuor:lab_wide

Lab, Luv and XYZ conversions rewritten to wide intrinsics (#14106)

* rgb2xyz<float> re-vectorized

* rgb2xyz_i vectorized for ushort and uchar

* xyz2rgb<float> vectorized

* xyz2rgb_i vectorized for both uchar and ushort

* intermediate conversions (int->float) rewritten

* packed rgb2luv rewritten

* (some) float conversions rewritten

* burnt volatile int _3 and similar

* RGB2Lab_b rewritten

* tests: logging made better

* RGB2Lab_f (LRGB path) rewritten

* Lab2RGBfloat rewritten

* Lab2RGBinteger and Lab2RGB_b rewritten to wide universal intrinsics

* Luv2RGBinteger wide vectorized

* RGB2Lab_b fixed: v_sub_wrap instead of saturated sub

* warnings fixed

* trying to fix compilation on older compilers

* using 16x8 registers for 8-element dot product

* cleanup added

* splineInterpolate: loop unrolled, perf fix for f32x4

* Lab2RGBfloat: grab 2x more data to process on f32x4

* nrepeats for Luv2RGBfloat, +20% perf

* minor

* nrepeats to RGB2Lab_f

* Lab2RGBinteger: no tab for linear BGR

* nrepeats for RGB2Luvfloat

* Luv2RGBinteger: no tab for linear RGB

* +10% more to perf of Luv2RGBfloat

* nrepeats for 256-simd for Lab2RGBfloat

* less warnings

* BOM removed

* CV_SIMD_WIDTH used for lanes number checking

* trilinearPackedInterpolate: 128-bit specialization added

* fix build; no vx_cleanup(), instrumentation instead

5 years agoMerge pull request #13337 from sergiud:eigen-cross-compile
Sergiu Deitsch [Mon, 20 May 2019 18:05:42 +0000 (20:05 +0200)]
Merge pull request #13337 from sergiud:eigen-cross-compile

* added support for Eigen cross-compilation

* cmake: fix Eigen detection

5 years agoFix LogSoftmax for ONNX
dianlujitao [Mon, 20 May 2019 07:46:09 +0000 (15:46 +0800)]
Fix LogSoftmax for ONNX

Fix wrong indentation as well while at it

5 years agoAdd SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that retur...
catree [Thu, 18 Apr 2019 17:07:19 +0000 (19:07 +0200)]
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.

5 years agoMerge pull request #14578 from mshabunin:add-mfx-plugin
Alexander Alekhin [Sun, 19 May 2019 19:36:16 +0000 (19:36 +0000)]
Merge pull request #14578 from mshabunin:add-mfx-plugin

5 years agoMerge pull request #14524 from kohei-us:onnx-load-binary-blob
Alexander Alekhin [Sat, 18 May 2019 16:19:34 +0000 (16:19 +0000)]
Merge pull request #14524 from kohei-us:onnx-load-binary-blob

5 years agoMerge pull request #14445 from l-bat:batchnorm3d
Alexander Alekhin [Fri, 17 May 2019 17:03:53 +0000 (17:03 +0000)]
Merge pull request #14445 from l-bat:batchnorm3d

5 years agoMerge pull request #14539 from rgarnov:gapi_fix_nv12_odd_slices
Alexander Alekhin [Fri, 17 May 2019 16:59:52 +0000 (16:59 +0000)]
Merge pull request #14539 from rgarnov:gapi_fix_nv12_odd_slices

5 years agoAdded videoio plugin for MediaSDK
Maksim Shabunin [Fri, 17 May 2019 14:23:47 +0000 (17:23 +0300)]
Added videoio plugin for MediaSDK

5 years agoMerge pull request #14574 from catree:fix_norm_type_typo
Alexander Alekhin [Fri, 17 May 2019 04:19:05 +0000 (04:19 +0000)]
Merge pull request #14574 from catree:fix_norm_type_typo

5 years agoFix typo in NormTypes documentation.
catree [Thu, 16 May 2019 17:22:41 +0000 (19:22 +0200)]
Fix typo in NormTypes documentation.

5 years agoAdd support for loading ONNX model from in-memory buffer.
Kohei Yoshida [Mon, 6 May 2019 20:04:19 +0000 (16:04 -0400)]
Add support for loading ONNX model from in-memory buffer.

5 years agoMerge pull request #14463 from thangktran:thangktran/fix-imgproc-intersectConvexConvex
Alexander Alekhin [Thu, 16 May 2019 14:50:20 +0000 (14:50 +0000)]
Merge pull request #14463 from thangktran:thangktran/fix-imgproc-intersectConvexConvex

5 years agoMerge pull request #14567 from alalek:core_drop_ostream_string_overload
Alexander Alekhin [Thu, 16 May 2019 11:32:13 +0000 (11:32 +0000)]
Merge pull request #14567 from alalek:core_drop_ostream_string_overload

5 years agoMerge pull request #14562 from alalek:calid3d_fix_examples_paragraph
Alexander Alekhin [Thu, 16 May 2019 11:23:16 +0000 (11:23 +0000)]
Merge pull request #14562 from alalek:calid3d_fix_examples_paragraph

5 years agoMerge pull request #14517 from FadyEssam:remove_redundant_imports
Alexander Alekhin [Thu, 16 May 2019 11:03:44 +0000 (11:03 +0000)]
Merge pull request #14517 from FadyEssam:remove_redundant_imports

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Wed, 15 May 2019 18:01:21 +0000 (18:01 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14232 from terfendail:popcount_rework
Alexander Alekhin [Wed, 15 May 2019 17:58:10 +0000 (17:58 +0000)]
Merge pull request #14232 from terfendail:popcount_rework

5 years agoUpdated AVX2 implementation of v_popcount for u8.
Vitaly Tuzov [Tue, 14 May 2019 15:48:36 +0000 (18:48 +0300)]
Updated AVX2 implementation of v_popcount for u8.

5 years agoMerge pull request #14569 from alalek:fixup_14558
Alexander Alekhin [Wed, 15 May 2019 16:21:31 +0000 (16:21 +0000)]
Merge pull request #14569 from alalek:fixup_14558

5 years agoMerge pull request #14561 from alalek:fix_ctors_with_uninitialized_vars
Alexander Alekhin [Wed, 15 May 2019 16:21:07 +0000 (16:21 +0000)]
Merge pull request #14561 from alalek:fix_ctors_with_uninitialized_vars

5 years agoMerge pull request #14559 from daniel-s-ingram:master
Daniel Ingram [Wed, 15 May 2019 15:41:43 +0000 (11:41 -0400)]
Merge pull request #14559 from daniel-s-ingram:master

* Fix typo: 'divisble' -> 'divisible'

* Fix typo: 'One of arguments' -> 'One of the arguments'

5 years agocmake(samples): use LINK_PRIVATE in target_link_libraries
Alexander Alekhin [Tue, 14 May 2019 16:20:17 +0000 (19:20 +0300)]
cmake(samples): use LINK_PRIVATE in target_link_libraries

5 years agoMerge pull request #14552 from dkurt:fixed_detections_out_blob
Alexander Alekhin [Wed, 15 May 2019 15:17:05 +0000 (15:17 +0000)]
Merge pull request #14552 from dkurt:fixed_detections_out_blob

5 years agoMerge pull request #14505 from alalek:android_fix_14477
Alexander Alekhin [Wed, 15 May 2019 12:58:23 +0000 (12:58 +0000)]
Merge pull request #14505 from alalek:android_fix_14477

5 years agoMerge pull request #14314 from mehlukas:3.4-opticalflow
mehlukas [Wed, 15 May 2019 12:13:57 +0000 (14:13 +0200)]
Merge pull request #14314 from mehlukas:3.4-opticalflow

Extend optical flow tutorial (#14314)

* extend python optical flow tutorial with cpp example code and add it to general tutorial directory

* remove unused parameters, fix comparison between signed and unsigned int

* fix hsv range problem

* switch to samples::findFile for sample file location

* switch to command line parameter for path

* remove old tutorial as in 14393

* minor fixes

5 years agocore: drop 'operator << (ostream, String)' overload
Alexander Alekhin [Wed, 15 May 2019 11:00:02 +0000 (14:00 +0300)]
core: drop 'operator << (ostream, String)' overload

'cv::String' is 'std::string' in OpenCV 4.x

5 years agoMerge pull request #14393 from mehlukas:3.4-meanshift
mehlukas [Wed, 15 May 2019 10:34:20 +0000 (12:34 +0200)]
Merge pull request #14393 from mehlukas:3.4-meanshift

Extend meanshift tutorial (#14393)

* copy original tutorial and python code

* add cpp code, fix python code

* add camshift cpp code, fix bug in meanshift code

* add description to ToC page

* fix shadowing previous local declaration

* fix grammar: with -> within

* docs: remove content of old py_meanshift tutorial, add link

* docs: replace meanshift tutorial subpage in Python tutorials

* switch to ref to fix wrong breadcrumb navigation

* switch to cmdline for path as in #14314

* Apply suggestions from code review

* order programming languages alphabetically

5 years agoandroid: fix JavaCamera2View UV plane handling
Alexander Alekhin [Tue, 7 May 2019 22:37:25 +0000 (22:37 +0000)]
android: fix JavaCamera2View UV plane handling

5 years agocalib3d(docs): examples paragraph is related to findHomography()
Alexander Alekhin [Tue, 14 May 2019 19:20:40 +0000 (19:20 +0000)]
calib3d(docs): examples paragraph is related to findHomography()

5 years agocalib3d: fix uninitialized fields in ctors
Alexander Alekhin [Tue, 14 May 2019 19:15:13 +0000 (19:15 +0000)]
calib3d: fix uninitialized fields in ctors

5 years agoMerge pull request #14558 from alalek:cmake_samples_threading_3.4
Alexander Alekhin [Tue, 14 May 2019 19:02:23 +0000 (19:02 +0000)]
Merge pull request #14558 from alalek:cmake_samples_threading_3.4

5 years agoMerge pull request #14516 from dkurt:dnn_async_samples
Alexander Alekhin [Tue, 14 May 2019 19:01:43 +0000 (19:01 +0000)]
Merge pull request #14516 from dkurt:dnn_async_samples

5 years agoAsynchronous C++ sample
Dmitry Kurtaev [Tue, 14 May 2019 14:43:48 +0000 (17:43 +0300)]
Asynchronous C++ sample

5 years agoUpdated v_popcount description, reference implementation and test.
Vitaly Tuzov [Wed, 3 Apr 2019 08:45:38 +0000 (11:45 +0300)]
Updated v_popcount description, reference implementation and test.

5 years agoReworked v_popcount implementation to provide number of bits in a single lane
Vitaly Tuzov [Mon, 1 Apr 2019 16:27:50 +0000 (19:27 +0300)]
Reworked v_popcount implementation to provide number of bits in a single lane

5 years agoFixed roi inference to always produce even sizes for nv12
Ruslan Garnov [Mon, 13 May 2019 15:41:08 +0000 (18:41 +0300)]
Fixed roi inference to always produce even sizes for nv12

5 years agocmake: enable threading in samples
Alexander Alekhin [Tue, 14 May 2019 12:46:44 +0000 (15:46 +0300)]
cmake: enable threading in samples

- moved code into separate file due issue with handling of CMake policies

5 years agoSupport OCV backend
Liubov Batanina [Tue, 14 May 2019 09:35:41 +0000 (12:35 +0300)]
Support OCV backend

5 years agoFixed DetectionOutput output blob shape
Dmitry Kurtaev [Tue, 14 May 2019 09:08:21 +0000 (12:08 +0300)]
Fixed DetectionOutput output blob shape

5 years agoAdd BatchNorm3d layer
Liubov Batanina [Mon, 29 Apr 2019 07:29:34 +0000 (10:29 +0300)]
Add BatchNorm3d layer

5 years agoAsync mode for dnn's object detection sample
Dmitry Kurtaev [Wed, 8 May 2019 12:27:22 +0000 (15:27 +0300)]
Async mode for dnn's object detection sample

5 years agoUpdate haarfeatures.cpp
kupferb [Thu, 9 May 2019 08:27:04 +0000 (11:27 +0300)]
Update haarfeatures.cpp

Detailed description for my proposal can be found here
https://github.com/opencv/opencv/issues/14128

5 years agoremove unnecessary imports in knn tutorials
Fady Essam [Wed, 8 May 2019 22:01:57 +0000 (00:01 +0200)]
remove unnecessary imports in knn tutorials

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 7 May 2019 15:51:10 +0000 (15:51 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14501 from LaurentBerger:MatchLayer_text_graph_ssd
Alexander Alekhin [Tue, 7 May 2019 15:49:54 +0000 (15:49 +0000)]
Merge pull request #14501 from LaurentBerger:MatchLayer_text_graph_ssd

5 years agoMerge pull request #14460 from dkurt:dnn_tf_no_extra_clone
Alexander Alekhin [Tue, 7 May 2019 14:48:49 +0000 (14:48 +0000)]
Merge pull request #14460 from dkurt:dnn_tf_no_extra_clone

5 years agoMerge pull request #14500 from mshabunin:backport-avfoundation
Alexander Alekhin [Tue, 7 May 2019 14:44:33 +0000 (14:44 +0000)]
Merge pull request #14500 from mshabunin:backport-avfoundation

5 years agoMerge pull request #14486 from alalek:cmake_dispatch_all
Alexander Alekhin [Tue, 7 May 2019 14:25:02 +0000 (14:25 +0000)]
Merge pull request #14486 from alalek:cmake_dispatch_all

5 years agoextends regex matching for conv group of layers
LaurentBerger [Tue, 7 May 2019 14:11:08 +0000 (16:11 +0200)]
extends regex matching for conv group of layers

5 years agoMerge pull request #14492 from anton-potapov:gapi_async_review_updates
Alexander Alekhin [Tue, 7 May 2019 14:15:45 +0000 (14:15 +0000)]
Merge pull request #14492 from anton-potapov:gapi_async_review_updates

5 years agoMerge pull request #14491 from mshabunin:add-clang-hardening
Alexander Alekhin [Tue, 7 May 2019 14:13:06 +0000 (14:13 +0000)]
Merge pull request #14491 from mshabunin:add-clang-hardening

5 years agoBackported AVFoundation fixes from master branch
Maksim Shabunin [Fri, 29 Mar 2019 14:52:22 +0000 (17:52 +0300)]
Backported AVFoundation fixes from master branch

5 years agoAsync API for GAPI
Anton Potapov [Mon, 6 May 2019 16:53:17 +0000 (19:53 +0300)]
Async API for GAPI

- minor cosmetic changes : comments, typos

5 years agoAdded support for Clang build hardening (including Apple)
Maksim Shabunin [Mon, 6 May 2019 16:23:27 +0000 (19:23 +0300)]
Added support for Clang build hardening (including Apple)

5 years agoMerge pull request #14489 from dkurt:fix_14464
Alexander Alekhin [Mon, 6 May 2019 19:16:26 +0000 (19:16 +0000)]
Merge pull request #14489 from dkurt:fix_14464

5 years agoModify paddings computation for SAME pad mode
Dmitry Kurtaev [Mon, 6 May 2019 06:13:47 +0000 (09:13 +0300)]
Modify paddings computation for SAME pad mode

5 years agoMerge pull request #14484 from dkurt:dnn_ie_fix_async_u8
Alexander Alekhin [Sun, 5 May 2019 11:51:53 +0000 (11:51 +0000)]
Merge pull request #14484 from dkurt:dnn_ie_fix_async_u8

5 years agocmake: support CPU_DISPATCH=ALL, fix misused CPU_DISPATCH
Alexander Alekhin [Sat, 4 May 2019 20:49:25 +0000 (20:49 +0000)]
cmake: support CPU_DISPATCH=ALL, fix misused CPU_DISPATCH

- CPU_DISPATCH_FINAL should be used for filtering

5 years agoMerge pull request #14007 from seiko2plus:core_avx512_infa
Sayed Adel [Sun, 5 May 2019 11:19:49 +0000 (13:19 +0200)]
Merge pull request #14007 from seiko2plus:core_avx512_infa

* core: improve AVX512 infrastructure by adding more CPU features groups

* cmake: use groups for AVX512 optimization flags

* core: remove gap in CPU flags enumeration

* cmake: restore default CPU_DISPATCH

5 years agoFix uint8 input data for Async mode of dnn
Dmitry Kurtaev [Sun, 5 May 2019 09:49:38 +0000 (12:49 +0300)]
Fix uint8 input data for Async mode of dnn

5 years agocore(ocl): ocl::Kernels::args() via variadic template
Alexander Alekhin [Fri, 3 May 2019 22:23:50 +0000 (22:23 +0000)]
core(ocl): ocl::Kernels::args() via variadic template

5 years agoMerge pull request #14403 from alalek:issue_14372
Alexander Alekhin [Fri, 3 May 2019 20:41:51 +0000 (20:41 +0000)]
Merge pull request #14403 from alalek:issue_14372

5 years agovideo(DIS): OpenCL workaround for AMDGPU
Alexander Alekhin [Fri, 3 May 2019 18:57:05 +0000 (18:57 +0000)]
video(DIS): OpenCL workaround for AMDGPU

5 years agovideo(DIS): use OpenCL shared mem
Alexander Alekhin [Mon, 22 Apr 2019 20:42:57 +0000 (20:42 +0000)]
video(DIS): use OpenCL shared mem

- fix perf test iterations

5 years agoMerge pull request #14431 from catree:feat_solvePnPRefine
Alexander Alekhin [Thu, 2 May 2019 20:44:58 +0000 (20:44 +0000)]
Merge pull request #14431 from catree:feat_solvePnPRefine

5 years agoMerge pull request #14465 from unrandomness:master
Alexander Alekhin [Wed, 1 May 2019 22:00:02 +0000 (22:00 +0000)]
Merge pull request #14465 from unrandomness:master

5 years agofix a typo in md file
seungju [Wed, 1 May 2019 11:20:30 +0000 (13:20 +0200)]
fix a typo in md file

fix a typo in ml_intro.md, tress -> trees

5 years agoimgproc: fixed bug from intersectConvexConvex
Thang Tran [Tue, 30 Apr 2019 13:43:31 +0000 (15:43 +0200)]
imgproc: fixed bug from intersectConvexConvex

Added checks for all of vertices from each contour instead of checking
only for the first vertex.

5 years agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Tue, 30 Apr 2019 19:59:49 +0000 (19:59 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

5 years agoMerge pull request #14368 from dkurt:dnn_ie_tests
Alexander Alekhin [Tue, 30 Apr 2019 19:35:00 +0000 (19:35 +0000)]
Merge pull request #14368 from dkurt:dnn_ie_tests

5 years agoMerge pull request #14457 from alalek:dnn_fix_msvc_build
Alexander Alekhin [Tue, 30 Apr 2019 16:49:33 +0000 (16:49 +0000)]
Merge pull request #14457 from alalek:dnn_fix_msvc_build

5 years agoMerge pull request #14448 from rgarnov:gapi_gmatp
Alexander Alekhin [Tue, 30 Apr 2019 16:48:34 +0000 (16:48 +0000)]
Merge pull request #14448 from rgarnov:gapi_gmatp

5 years agoMerge pull request #14454 from dkurt:dnn_tf_subgraph_fusion
Alexander Alekhin [Tue, 30 Apr 2019 16:24:32 +0000 (16:24 +0000)]
Merge pull request #14454 from dkurt:dnn_tf_subgraph_fusion

5 years agoRemove extra weights cloning from TensorFlow importer
Dmitry Kurtaev [Tue, 30 Apr 2019 16:18:41 +0000 (19:18 +0300)]
Remove extra weights cloning from TensorFlow importer

5 years agoMerge pull request #14452 from alalek:issue_14432
Alexander Alekhin [Tue, 30 Apr 2019 16:15:46 +0000 (16:15 +0000)]
Merge pull request #14452 from alalek:issue_14432