Alexander Alekhin [Mon, 8 Jun 2020 18:38:56 +0000 (18:38 +0000)]
Merge pull request #17498 from alalek:update_tbb
Alexander Alekhin [Mon, 8 Jun 2020 11:04:33 +0000 (11:04 +0000)]
3rdparty: update TBB 2020.1 => 2020.2
https://github.com/oneapi-src/oneTBB/releases/tag/v2020.2
Alexander Alekhin [Thu, 4 Jun 2020 17:32:08 +0000 (17:32 +0000)]
Merge pull request #17466 from alalek:build_opencv_winpack_dldt_2020.3.0
Alexander Alekhin [Thu, 4 Jun 2020 17:10:04 +0000 (17:10 +0000)]
Merge pull request #17432 from tomoaki0705:automaticCC
Fernando Martin [Thu, 4 Jun 2020 17:07:54 +0000 (18:07 +0100)]
Merge pull request #17473 from f3rm4rf3r:fixingFourCCDocBrokenLink
* - Fixing broken URL to mp4ra website
* - Fixing broken URL to mp4ra website (in C videoio API)
Alexander Alekhin [Thu, 4 Jun 2020 10:32:30 +0000 (10:32 +0000)]
Merge pull request #17469 from l-bat:fix_virtual_try_on
Alexander Alekhin [Thu, 4 Jun 2020 08:47:43 +0000 (08:47 +0000)]
Merge pull request #17455 from mshabunin:check-count-non-zero
Liubov Batanina [Thu, 4 Jun 2020 06:36:52 +0000 (09:36 +0300)]
Fixed virtual try on sample
Alexander Alekhin [Wed, 3 Jun 2020 23:46:08 +0000 (23:46 +0000)]
build: winpack_dldt with dldt 2020.3.0
https://github.com/openvinotoolkit/openvino/releases/tag/2020.3.0
Maksim Shabunin [Tue, 2 Jun 2020 14:53:30 +0000 (17:53 +0300)]
Added countNonZero test for big arrays and disable IPP for some cases
Alexander Alekhin [Wed, 3 Jun 2020 12:55:55 +0000 (12:55 +0000)]
Merge pull request #17369 from themightyoarfish:doc-essential-matrix-different-cameras
Alexander Alekhin [Tue, 2 Jun 2020 12:42:04 +0000 (12:42 +0000)]
Merge pull request #17430 from alalek:issue_17257
Alexander Alekhin [Tue, 2 Jun 2020 12:40:06 +0000 (12:40 +0000)]
Merge pull request #17447 from alalek:dnn_ie_extract_layers
Rasmus Diederichsen [Mon, 25 May 2020 13:06:05 +0000 (15:06 +0200)]
Add instructions for how to use findEssentialMat() when camera matrices are different
Alexander Alekhin [Mon, 1 Jun 2020 20:43:35 +0000 (20:43 +0000)]
dnn(ie): fix layers extraction
Tomoaki Teshima [Mon, 1 Jun 2020 20:07:53 +0000 (05:07 +0900)]
select the architecture based on nvcc result
* cache the result
* DRY
* brush up based on review
Alexander Alekhin [Mon, 1 Jun 2020 18:02:07 +0000 (18:02 +0000)]
Merge pull request #17438 from alalek:fix_eigen_builds
Vadim Pisarevsky [Mon, 1 Jun 2020 18:01:20 +0000 (21:01 +0300)]
Merge pull request #17417 from vpisarev:fix_fitellipse
* improved fitEllipse and fitEllipseDirect accuracy in singular or close-to-singular cases (see issue #9923)
* scale points using double precision
* added normalization to fitEllipseAMS as well; fixed Java test case by raising the tolerance (it's unclear what is the correct result in this case).
* improved point perturbation a bit. make the code a little bit more clear
* trying to fix Java fitEllipseTest by slightly raising the tolerance threshold
* synchronized C++ version of Java's fitEllipse test
* removed trailing whitespaces
Alexander Alekhin [Mon, 1 Jun 2020 17:58:12 +0000 (17:58 +0000)]
Merge pull request #17424 from berak:dnn_sample_human_parsing
Vadim Pisarevsky [Mon, 1 Jun 2020 11:33:09 +0000 (14:33 +0300)]
Merge pull request #17436 from vpisarev:fix_python_io
* fixed #17044
1. fixed Python part of the tutorial about using OpenCV XML-YAML-JSON I/O functionality from C++ and Python.
2. added startWriteStruct() and endWriteStruct() methods to FileStorage
3. modifed FileStorage::write() methods to make them work well inside sequences, not only mappings.
* try to fix the doc builder
* added Python regression test for FileStorage I/O API ([TODO] iterating through long sequences can be very slow)
* fixed yaml testing
Alexander Alekhin [Sun, 31 May 2020 19:51:56 +0000 (19:51 +0000)]
Merge pull request #17439 from alalek:fix_dnn_test_required_file
Alexander Alekhin [Sun, 31 May 2020 16:18:37 +0000 (16:18 +0000)]
dnn(test): file 'dnn/efficientdet-d0.pb' is optional
Alexander Alekhin [Sun, 31 May 2020 15:22:03 +0000 (15:22 +0000)]
core: fix builds with eigen helper header
berak [Fri, 29 May 2020 08:41:05 +0000 (10:41 +0200)]
dnn: add a human parsing cpp sample
Alexander Alekhin [Sat, 30 May 2020 17:34:20 +0000 (17:34 +0000)]
Merge pull request #17420 from nosajthenitram:fix_cascadedetect_convert_bug_for_old_cascade
Meng Wang [Sat, 30 May 2020 17:33:17 +0000 (01:33 +0800)]
Merge pull request #17403 from wangmengHB:master
Fix Test Case: in latest version, window.cv is a promise instance that makes most test case failed.
* Fix Browser Test Case: In latest version, window.cv is a promise instance
In latest version of opencv.js, window.cv is promise instance.
So that most of the test cases is run failed.
This commit is to fix browser test case.
* Add comment for backward compatible
Add comments for backward compatible
Jason Martin [Fri, 29 May 2020 02:29:10 +0000 (21:29 -0500)]
Fixed cascadedetect convert from old cascade to new
Alexander Alekhin [Fri, 29 May 2020 19:52:26 +0000 (19:52 +0000)]
videoio(ffmpeg): fix handling of AVERROR_EOF
decoder should be properly flushed after that
Alexander Alekhin [Fri, 29 May 2020 18:38:34 +0000 (18:38 +0000)]
Merge pull request #17428 from asmorkalov:as/java_smart_constructors
Alexander Alekhin [Fri, 29 May 2020 17:32:48 +0000 (17:32 +0000)]
Merge pull request #17419 from YourButterfly:fix_divide_zero_in_darknet_3_4
Alexander Smorkalov [Fri, 29 May 2020 13:20:28 +0000 (16:20 +0300)]
Generate constructor with smart pointer, if it's expected.
Alexander Alekhin [Fri, 29 May 2020 10:40:42 +0000 (10:40 +0000)]
Merge pull request #17338 from hunter-college-ossd-spr-2020:contours-toc
YourButterfly [Fri, 29 May 2020 01:54:46 +0000 (09:54 +0800)]
chk divide 0
Alexander Alekhin [Thu, 28 May 2020 22:52:21 +0000 (22:52 +0000)]
Merge pull request #17392 from alalek:dnn_test_yolov4
Alexander Alekhin [Thu, 28 May 2020 22:48:52 +0000 (22:48 +0000)]
Merge pull request #17384 from dkurt:efficientdet
Alexander Alekhin [Thu, 28 May 2020 21:37:15 +0000 (21:37 +0000)]
Merge pull request #17416 from vpisarev:fix_fillpoly
Vadim Pisarevsky [Thu, 28 May 2020 18:36:28 +0000 (21:36 +0300)]
fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons)
Dmitry Kurtaev [Tue, 26 May 2020 07:51:26 +0000 (10:51 +0300)]
dnn: EfficientDet
Alexander Alekhin [Tue, 26 May 2020 16:20:32 +0000 (16:20 +0000)]
dnn(test): add YOLOv4 tests
Alexander Alekhin [Thu, 28 May 2020 11:45:19 +0000 (11:45 +0000)]
Merge pull request #17410 from asmorkalov:as/formulae_command_typo
Alexander Smorkalov [Thu, 28 May 2020 10:59:31 +0000 (13:59 +0300)]
Command name typo fix for formulas in documentation.
Alexander Alekhin [Wed, 27 May 2020 19:20:39 +0000 (19:20 +0000)]
Merge pull request #17406 from mshabunin:fix-msmf-audio-handling
Maksim Shabunin [Wed, 27 May 2020 14:52:17 +0000 (17:52 +0300)]
videoio/MSMF: fixed audio stream handling
Ningxin Hu [Wed, 27 May 2020 08:20:07 +0000 (16:20 +0800)]
Merge pull request #17394 from huningxin:fix_segmentation_py
* Fix window title of python segmentation example
* Fix float text position of python segmentation examples
Alexander Alekhin [Wed, 27 May 2020 07:55:32 +0000 (07:55 +0000)]
Merge pull request #17388 from alalek:dnn_update_network_dump
Liubov Batanina [Tue, 26 May 2020 19:01:47 +0000 (22:01 +0300)]
Merge pull request #17386 from l-bat:tf_clamp_subgraph
* Added ClipByValue subgraph
* Return const nodes
Alexander Alekhin [Tue, 26 May 2020 16:33:12 +0000 (16:33 +0000)]
Merge pull request #17390 from l-bat:fix_ngraph_multiply
Liubov Batanina [Tue, 26 May 2020 13:59:50 +0000 (16:59 +0300)]
Switch ngraph::op::v1::Multiply to v0
Alexander Alekhin [Tue, 26 May 2020 12:45:55 +0000 (12:45 +0000)]
dnn: update network dump code, include ngraph serialization
Egor Pugin [Mon, 25 May 2020 20:25:18 +0000 (23:25 +0300)]
Merge pull request #17352 from egorpugin:patch-2
* Fix integer overflow in parseOption().
Previous code does not work for values like 100000MB.
* Fix warning during 32-bit build on inactive code path.
* fix build without C++11
Alexander Alekhin [Mon, 25 May 2020 19:59:58 +0000 (19:59 +0000)]
Merge pull request #17376 from alalek:dnn_fix_build
Alexander Alekhin [Mon, 25 May 2020 17:55:06 +0000 (17:55 +0000)]
dnn: *_DENORMALS_ZERO_MODE is defined for SSE3
Liubov Batanina [Mon, 25 May 2020 12:34:11 +0000 (15:34 +0300)]
Merge pull request #17332 from l-bat:fix_nms
Fixed NMSBoxes bug
* Added NMS for each class
* Updated cpp sample
* Fixed errors
* Refactoring
* Added NMS for IE
Michal W. Tarnowski [Sun, 24 May 2020 22:46:41 +0000 (00:46 +0200)]
Merge pull request #17360 from mwtarnowski:fix-documentation-imgproc-blur
* fix documentation for cv::blur
* correct the position of ksize parameter
Josh Bradley [Sat, 23 May 2020 18:25:01 +0000 (14:25 -0400)]
Merge pull request #17320 from jgbradley1:add-eigen-tensor-conversions
* add eigen tensor conversion functions
* add eigen tensor conversion tests
* add support for column major order
* update eigen tensor tests
* fix coding style and add conditional compilation
* fix conditional compilation checks
* remove whitespace
* rearrange functions for easier reading
* reformat function documentation and add tensormap unit test
* cleanup documentation of unit test
* remove condition duplication
* check Eigen major version, not minor version
* restrict to Eigen v3.3.0+
* add documentation note and add type checking to cv2eigen_tensormap()
Alexander Alekhin [Fri, 22 May 2020 18:49:42 +0000 (18:49 +0000)]
Merge pull request #17295 from dkurt:dnn_fusion_ftz
Alexander Alekhin [Fri, 22 May 2020 10:50:41 +0000 (10:50 +0000)]
Merge pull request #17345 from alalek:build_fix_mac_warnings
Alexander Alekhin [Fri, 22 May 2020 08:12:10 +0000 (08:12 +0000)]
Merge pull request #17343 from hunter-college-ossd-spr-2020:mac-install
Alexander Alekhin [Thu, 21 May 2020 20:41:17 +0000 (20:41 +0000)]
build: fix warnings about TARGET_OS_MACCATALYST
Alexander Alekhin [Thu, 21 May 2020 20:15:55 +0000 (20:15 +0000)]
Merge pull request #17331 from allnes:update_quirc
Boubacar [Thu, 21 May 2020 14:34:17 +0000 (10:34 -0400)]
add note on cmake brew install
Alexander Alekhin [Thu, 21 May 2020 13:53:29 +0000 (13:53 +0000)]
Merge pull request #17339 from hunter-college-ossd-spr-2020:pylint-note
Boubacar [Thu, 21 May 2020 11:55:11 +0000 (07:55 -0400)]
add pylint install note
Boubacar [Thu, 21 May 2020 11:16:54 +0000 (07:16 -0400)]
group contour articles together
Alexander Alekhin [Wed, 20 May 2020 18:14:27 +0000 (18:14 +0000)]
Merge pull request #17325 from hunter-college-ossd-spr-2020:nav-links
Nesterov Alexander [Wed, 20 May 2020 15:05:21 +0000 (18:05 +0300)]
Resolve type conflict
Nesterov Alexander [Wed, 20 May 2020 14:30:13 +0000 (17:30 +0300)]
Update version quirc
Daniel Mallia [Tue, 19 May 2020 22:59:28 +0000 (18:59 -0400)]
Add next and previous navigation links to all tutorials
Liubov Batanina [Tue, 19 May 2020 12:29:50 +0000 (15:29 +0300)]
Merge pull request #16575 from l-bat:flownet2
Support FlowNet2 model
* Support DataAugmentation layer
* Fix warnings
* Fix comments
* Support Correlation layer
* TEST
* Support Correlation layer
* Supported Accum and FlowWarp layers
* Supported ChannelNorm layer
* Supported Resample with inputs.size() > 1
* Fixed comments
* Refactoring
* Added tests
* Add resample test
* Added asserts in resize layer
* Updated DataAugmentation layer
* Update convolution layer
* Refactoring
* Fix data augmentation layer
* Fix caffe importer
* Fix resize
* Switch to Mat ptr
* Remove useless resize type
* Used ResizeLayer in Accum
* Split ChannelNormLayer
* Delete duplicate assert
* Add sample
* Fix sample
* Added colormap
Alexander Alekhin [Mon, 18 May 2020 17:47:16 +0000 (17:47 +0000)]
Merge pull request #17297 from dkurt:dnn_yolov3_ocl
Dmitry Kurtaev [Thu, 14 May 2020 21:53:38 +0000 (00:53 +0300)]
Increase test threshold for YOLOv3 on OCL FP16
dmallia17 [Mon, 18 May 2020 15:53:17 +0000 (11:53 -0400)]
Merge pull request #17313 from hunter-college-ossd-spr-2020:revise-knn-tutorials
* Revise and expand kNN Python tutorials
* Correct NPTEL link
Alexander Alekhin [Mon, 18 May 2020 11:51:59 +0000 (11:51 +0000)]
Merge pull request #17092 from alalek:imgproc_ipp_parallel_gaussuanBlur
Alexander Alekhin [Sun, 17 May 2020 20:33:05 +0000 (20:33 +0000)]
Merge pull request #17304 from chrisballinger:maccatalyst
Alexander Alekhin [Thu, 16 Apr 2020 18:17:22 +0000 (18:17 +0000)]
imgproc: enable GaussianBlur IPP parallel processing
Alexander Alekhin [Thu, 16 Apr 2020 17:37:08 +0000 (17:37 +0000)]
imgproc(perf): add GaussianBlur cases for SIFT
Chris Ballinger [Thu, 14 May 2020 20:43:03 +0000 (13:43 -0700)]
Remove linking against AssetsLibrary framework
Chris Ballinger [Thu, 14 May 2020 19:48:37 +0000 (12:48 -0700)]
Add target conditionals for Mac Catalyst
Alexander Alekhin [Sat, 16 May 2020 18:49:22 +0000 (18:49 +0000)]
Merge pull request #17294 from alalek:issue_17247
Dmitry Kurtaev [Thu, 14 May 2020 18:48:14 +0000 (21:48 +0300)]
Flush to zero Convolution denormal weights
Alexander Alekhin [Fri, 15 May 2020 15:48:45 +0000 (15:48 +0000)]
Merge pull request #17299 from tweenietomatoes:patch-1
tweenietomatoes [Fri, 15 May 2020 11:41:55 +0000 (14:41 +0300)]
Important single character fix
Alexander Alekhin [Thu, 14 May 2020 17:13:29 +0000 (17:13 +0000)]
samples: fix OpenCL events leaks
Ganesh Kathiresan [Thu, 14 May 2020 16:30:01 +0000 (22:00 +0530)]
Merge pull request #17224 from ganesh-k13:bugfix/calib3d/17201
* Fixed indexing in prefilter
* Initialised prefilter
* Initialised prefilter with value initialisation
* Added TC to trigger different Mem Allocs in BufferBM
* Optimize cases with only needed conditions
Alexander Alekhin [Thu, 14 May 2020 12:17:51 +0000 (12:17 +0000)]
Merge pull request #17248 from nroduit:java-addall
Alexander Alekhin [Thu, 14 May 2020 12:17:26 +0000 (12:17 +0000)]
Merge pull request #17055 from vnikoofard:patch-1
Nicolas Roduit [Fri, 8 May 2020 10:22:04 +0000 (12:22 +0200)]
Prefer addall instead of iteration for performance
Alexander Alekhin [Thu, 14 May 2020 07:08:41 +0000 (07:08 +0000)]
Merge pull request #17288 from dkurt:dnn_tf_resize_down
Alexander Alekhin [Thu, 14 May 2020 06:59:27 +0000 (06:59 +0000)]
Merge pull request #17287 from tomoaki0705:fixAkazeTestFailureMali
Alexander Alekhin [Thu, 14 May 2020 06:58:42 +0000 (06:58 +0000)]
Merge pull request #17285 from sauhaardac:patch-1
Alexander Alekhin [Thu, 14 May 2020 06:57:36 +0000 (06:57 +0000)]
Merge pull request #17284 from dkurt:dnn_bn_fusion
Alexander Alekhin [Thu, 14 May 2020 06:55:52 +0000 (06:55 +0000)]
Merge pull request #17281 from l-bat:ssd_placeholder_shape
Liubov Batanina [Wed, 13 May 2020 11:44:23 +0000 (14:44 +0300)]
Determine SSD input shape
Dmitry Kurtaev [Wed, 13 May 2020 20:51:52 +0000 (23:51 +0300)]
TensorFlow bilinear resize downscale
Tomoaki Teshima [Wed, 13 May 2020 20:44:14 +0000 (05:44 +0900)]
fix test failure on Mali T760 and Mali T628
Sauhaarda Chowdhuri [Wed, 13 May 2020 20:14:05 +0000 (13:14 -0700)]
Fix #17279 Documentation Error
Update documentation to solve #17279. Simple documentation bug.
Dmitry Kurtaev [Wed, 13 May 2020 19:15:22 +0000 (22:15 +0300)]
Fix BatchNorm reinitialization after fusion
Alexander Alekhin [Wed, 13 May 2020 08:27:04 +0000 (08:27 +0000)]
Merge pull request #17270 from l-bat:ngraph_missed_data
Alexander Alekhin [Tue, 12 May 2020 19:00:49 +0000 (19:00 +0000)]
Merge pull request #17228 from mshabunin:mfx-surface-pool-34
Alexander Alekhin [Tue, 12 May 2020 18:58:54 +0000 (18:58 +0000)]
Merge pull request #17260 from jsxyhelu:add_deepgreen_colormap