platform/upstream/opencv.git
4 years agoMerge pull request #17096 from spectralio:java-cmake-fix
Alexander Alekhin [Fri, 17 Apr 2020 21:24:41 +0000 (21:24 +0000)]
Merge pull request #17096 from spectralio:java-cmake-fix

4 years agoMerge pull request #17041 from alalek:core_simd_vector_ctors
Alexander Alekhin [Fri, 17 Apr 2020 21:22:07 +0000 (21:22 +0000)]
Merge pull request #17041 from alalek:core_simd_vector_ctors

4 years agocore(SIMD): align behavior of vector constructors
Alexander Alekhin [Sun, 12 Apr 2020 18:18:17 +0000 (18:18 +0000)]
core(SIMD): align behavior of vector constructors

- setzero() calls are dropped due low-level API nature
- initialization is mandatory if necessary (not an output of other calls)

4 years agoMerge pull request #16769 from mshabunin:fix-ipp-install
Maksim Shabunin [Fri, 17 Apr 2020 14:28:42 +0000 (17:28 +0300)]
Merge pull request #16769 from mshabunin:fix-ipp-install

* Do not copy standalone IPP libraries to install for static builds

* Restored IPP installation under option

4 years agoMerge pull request #16795 from jshiwam:qrsample
jshiwam [Fri, 17 Apr 2020 12:16:39 +0000 (17:46 +0530)]
Merge pull request #16795 from jshiwam:qrsample

Added a sample file for qrcode detection in python

* sample python file for qrcode detection added in samples/python

* input taken using argparse and the indents were removed

* Removed unused variables

* updated the format and removed unused variables

Removed the use of global variables and used parameterised contructor instead

=set multi detection true by default

* added detection from camera

* samples(python): coding style in qrcode.py

4 years agofix missing underscore
spectralio [Fri, 17 Apr 2020 11:08:32 +0000 (13:08 +0200)]
fix missing underscore

4 years agoMerge pull request #17071 from mshabunin:tickmeter-fps
Alexander Alekhin [Fri, 17 Apr 2020 08:56:29 +0000 (08:56 +0000)]
Merge pull request #17071 from mshabunin:tickmeter-fps

4 years agoTickMeter: added FPS and AvgTime, improved docs, reformatted
Maksim Shabunin [Wed, 15 Apr 2020 08:18:03 +0000 (11:18 +0300)]
TickMeter: added FPS and AvgTime, improved docs, reformatted

4 years agoMerge pull request #17091 from tomoaki0705:fixHOGDetectorFailure
Alexander Alekhin [Thu, 16 Apr 2020 16:34:45 +0000 (16:34 +0000)]
Merge pull request #17091 from tomoaki0705:fixHOGDetectorFailure

4 years agoavoid test failure on Arm platform
Tomoaki Teshima [Thu, 16 Apr 2020 15:59:15 +0000 (00:59 +0900)]
avoid test failure on Arm platform

4 years agoMerge pull request #17075 from alalek:dnn_updates_from_openvino_2020.2
Alexander Alekhin [Thu, 16 Apr 2020 12:19:58 +0000 (12:19 +0000)]
Merge pull request #17075 from alalek:dnn_updates_from_openvino_2020.2

4 years agoMerge pull request #17080 from dkurt:dnn_ngraph_future
Alexander Alekhin [Thu, 16 Apr 2020 11:19:08 +0000 (11:19 +0000)]
Merge pull request #17080 from dkurt:dnn_ngraph_future

4 years agoMerge pull request #17084 from tomoaki0705:fixQRInputCheck
Alexander Alekhin [Thu, 16 Apr 2020 09:44:08 +0000 (09:44 +0000)]
Merge pull request #17084 from tomoaki0705:fixQRInputCheck

4 years agoMerge pull request #17083 from pauljurczak:patch-2
Alexander Alekhin [Thu, 16 Apr 2020 09:43:44 +0000 (09:43 +0000)]
Merge pull request #17083 from pauljurczak:patch-2

4 years agoMerge pull request #17074 from AlanLi7991:doc/python-svm-doc-formula-miss
Alexander Alekhin [Thu, 16 Apr 2020 09:43:20 +0000 (09:43 +0000)]
Merge pull request #17074 from AlanLi7991:doc/python-svm-doc-formula-miss

4 years agoRemove NodeVector for nGraph
Dmitry Kurtaev [Wed, 15 Apr 2020 15:12:56 +0000 (18:12 +0300)]
Remove NodeVector for nGraph

4 years agodoc: formula miss
Alanli [Thu, 16 Apr 2020 00:05:00 +0000 (09:05 +0900)]
doc: formula miss

4 years agofix wrong condition check
Tomoaki Teshima [Wed, 15 Apr 2020 23:24:14 +0000 (08:24 +0900)]
fix wrong condition check

4 years agoAdded to description of WCube constructor
Paul Jurczak [Wed, 15 Apr 2020 22:06:14 +0000 (16:06 -0600)]
Added to description of WCube constructor

`WCube` constructor reorders `min_point`, `max_point` parameters when necessary. I added this info to the description.

4 years agoMerge pull request #17081 from alalek:backport_17056
Alexander Alekhin [Wed, 15 Apr 2020 18:33:41 +0000 (18:33 +0000)]
Merge pull request #17081 from alalek:backport_17056

4 years agoMerge pull request #17079 from tomoaki0705:fixCUDABgSgmMOG
Alexander Alekhin [Wed, 15 Apr 2020 18:30:09 +0000 (18:30 +0000)]
Merge pull request #17079 from tomoaki0705:fixCUDABgSgmMOG

4 years agobuild: winpack_dldt with dldt 2020.2
Alexander Alekhin [Mon, 13 Apr 2020 21:17:11 +0000 (21:17 +0000)]
build: winpack_dldt with dldt 2020.2

4 years agofix test failure on Jetson TX2
Tomoaki Teshima [Wed, 15 Apr 2020 14:25:12 +0000 (23:25 +0900)]
fix test failure on Jetson TX2

4 years agoMerge pull request #17017 from VadimLevin:dev/vlevin/header-parser-explicit-support
Alexander Alekhin [Wed, 15 Apr 2020 12:53:42 +0000 (12:53 +0000)]
Merge pull request #17017 from VadimLevin:dev/vlevin/header-parser-explicit-support

4 years agofeature: Added `explicit` support to header parser
Vadim Levin [Wed, 15 Apr 2020 11:25:39 +0000 (14:25 +0300)]
feature: Added `explicit` support to header parser

- It is safe to remove `explicit` keyword for constructors with 1
argument, because it is C++ specific keyword and does not affect any of
the generated binding.

4 years agodnn: use OpenVINO 2020.2 defines
Alexander Alekhin [Thu, 27 Feb 2020 11:28:50 +0000 (14:28 +0300)]
dnn: use OpenVINO 2020.2 defines

original commit: 45263d76429390a4c625f262248312dd68c57111

4 years agotest: Added tests for VideoCapture constructors in java
Vadim Levin [Wed, 15 Apr 2020 11:12:31 +0000 (14:12 +0300)]
test: Added tests for VideoCapture constructors in java

4 years agoMerge pull request #17060 from dkurt:dnn_align_ie_pool
Alexander Alekhin [Tue, 14 Apr 2020 15:15:44 +0000 (15:15 +0000)]
Merge pull request #17060 from dkurt:dnn_align_ie_pool

4 years agoMerge pull request #17049 from ilya-lavrenov:il/nn-builder
Alexander Alekhin [Tue, 14 Apr 2020 15:14:35 +0000 (15:14 +0000)]
Merge pull request #17049 from ilya-lavrenov:il/nn-builder

4 years agoFixed compilation when NN builder is not built
Ilya Lavrenov [Sun, 12 Apr 2020 20:36:21 +0000 (23:36 +0300)]
Fixed compilation when NN builder is not built

4 years agoAlign DLIE and nGraph average pooling layers
Dmitry Kurtaev [Tue, 14 Apr 2020 10:54:54 +0000 (13:54 +0300)]
Align DLIE and nGraph average pooling layers

4 years agoMerge pull request #17025 from tomoaki0705:fixTestFailureCUDABruteForceNonLocalMeans
Alexander Alekhin [Mon, 13 Apr 2020 18:17:50 +0000 (18:17 +0000)]
Merge pull request #17025 from tomoaki0705:fixTestFailureCUDABruteForceNonLocalMeans

4 years agoMerge pull request #16925 from dkurt:dnn_ssd.pytorch
Alexander Alekhin [Mon, 13 Apr 2020 13:12:12 +0000 (13:12 +0000)]
Merge pull request #16925 from dkurt:dnn_ssd.pytorch

4 years agoMerge pull request #17047 from alalek:fix_permissions
Alexander Alekhin [Mon, 13 Apr 2020 12:34:08 +0000 (12:34 +0000)]
Merge pull request #17047 from alalek:fix_permissions

4 years agoEnable ONNX SSD from https://github.com/amdegroot/ssd.pytorch
Dmitry Kurtaev [Sat, 28 Mar 2020 15:53:57 +0000 (18:53 +0300)]
Enable ONNX SSD from https://github.com/amdegroot/ssd.pytorch

4 years agoMerge pull request #16985 from ashishkrshrivastava:padfusion
Alexander Alekhin [Mon, 13 Apr 2020 11:26:12 +0000 (11:26 +0000)]
Merge pull request #16985 from ashishkrshrivastava:padfusion

4 years agofix files permissions
Alexander Alekhin [Mon, 13 Apr 2020 04:29:55 +0000 (04:29 +0000)]
fix files permissions

4 years agoMerge pull request #17039 from tomoaki0705:fixCudaImgprocFailure
Alexander Alekhin [Sun, 12 Apr 2020 17:15:48 +0000 (17:15 +0000)]
Merge pull request #17039 from tomoaki0705:fixCudaImgprocFailure

4 years agofix test failure on Jetson TX1/TX2/Nano
Tomoaki Teshima [Sun, 12 Apr 2020 14:58:53 +0000 (23:58 +0900)]
fix test failure on Jetson TX1/TX2/Nano

4 years agoMerge pull request #17006 from tpoisonooo:patch-1
Alexander Alekhin [Sat, 11 Apr 2020 17:24:36 +0000 (17:24 +0000)]
Merge pull request #17006 from tpoisonooo:patch-1

4 years agoUpdate grfmt_pxm.cpp
tpoisonooo [Tue, 7 Apr 2020 09:01:45 +0000 (17:01 +0800)]
Update grfmt_pxm.cpp

remove comment in .ppm

4 years agoReflecitonPad2d and ZeroPad2d Subgraph fusion added
AshihsKrShrivastava [Sun, 5 Apr 2020 05:32:12 +0000 (11:02 +0530)]
ReflecitonPad2d and ZeroPad2d Subgraph fusion added

4 years agoMerge pull request #16653 from alalek:core_inputarray_matexpr
Alexander Alekhin [Fri, 10 Apr 2020 16:57:17 +0000 (16:57 +0000)]
Merge pull request #16653 from alalek:core_inputarray_matexpr

4 years agoMerge pull request #17023 from poelmanc:patch-1
Alexander Alekhin [Fri, 10 Apr 2020 16:32:15 +0000 (16:32 +0000)]
Merge pull request #17023 from poelmanc:patch-1

4 years agoRemove std::binary_function as it's invalid C++
Conrad Poelman [Thu, 9 Apr 2020 09:19:23 +0000 (05:19 -0400)]
Remove std::binary_function as it's invalid C++

std::binary_function was deprecated with C++11 and removed in C++17. It provided just two typedefs which in this case were unused.

4 years agoMerge pull request #17028 from xipingyan:patch-1
Xiping Yan [Fri, 10 Apr 2020 12:23:13 +0000 (20:23 +0800)]
Merge pull request #17028 from xipingyan:patch-1

* Update OpenCVFindVA_INTEL.cmake

When set env VA_INTEL_IOCL_ROOT, "if($ENV{VA_INTEL_IOCL_ROOT})" don't work.
    My modification as follow.

    -    if($ENV{VA_INTEL_IOCL_ROOT})
    +    if(DEFINED ENV{VA_INTEL_IOCL_ROOT})

    Refer: https://cmake.org/cmake/help/latest/variable/ENV.html

* based on merge comment, update code

4 years agocore(test): add InputArray(MatExpr) fetch test
Alexander Alekhin [Sat, 7 Mar 2020 17:16:06 +0000 (17:16 +0000)]
core(test): add InputArray(MatExpr) fetch test

4 years agofix test failure on Jetson Nano/TX1/TX2
Tomoaki Teshima [Thu, 9 Apr 2020 21:15:16 +0000 (06:15 +0900)]
fix test failure on Jetson Nano/TX1/TX2

4 years agoMerge pull request #16975 from shimat:Branch_4.3.0
Alexander Alekhin [Thu, 9 Apr 2020 08:28:20 +0000 (08:28 +0000)]
Merge pull request #16975 from shimat:Branch_4.3.0

4 years agofix error at #include <window_winrt_bridge.hpp>
shimat [Sat, 4 Apr 2020 00:39:28 +0000 (09:39 +0900)]
fix error at #include <window_winrt_bridge.hpp>

4 years agoMerge pull request #17010 from alalek:issue_16896
Alexander Alekhin [Wed, 8 Apr 2020 14:50:00 +0000 (14:50 +0000)]
Merge pull request #17010 from alalek:issue_16896

4 years agoMerge pull request #16993 from asmorkalov:as/faq_wiki
Alexander Alekhin [Wed, 8 Apr 2020 13:56:57 +0000 (13:56 +0000)]
Merge pull request #16993 from asmorkalov:as/faq_wiki

4 years agoMerge pull request #16979 from dkurt:dnn_fused_resize_conv
Alexander Alekhin [Wed, 8 Apr 2020 13:29:51 +0000 (13:29 +0000)]
Merge pull request #16979 from dkurt:dnn_fused_resize_conv

4 years agoMigrated FAQ page to Github Wiki
Alexander Smorkalov [Wed, 8 Apr 2020 10:55:44 +0000 (13:55 +0300)]
Migrated FAQ page to Github Wiki

4 years agoMerge pull request #17014 from dkurt:dnn_onnx_elu
Alexander Alekhin [Wed, 8 Apr 2020 10:18:33 +0000 (10:18 +0000)]
Merge pull request #17014 from dkurt:dnn_onnx_elu

4 years agoFix Elu import from ONNX
Dmitry Kurtaev [Wed, 8 Apr 2020 09:09:45 +0000 (12:09 +0300)]
Fix Elu import from ONNX

4 years agocmake: update generation of 'uninstall' target
Alexander Alekhin [Tue, 7 Apr 2020 22:01:18 +0000 (22:01 +0000)]
cmake: update generation of 'uninstall' target

Details: https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake

4 years agoMerge pull request #16905 from dkurt:dnn_tf2_keras
Alexander Alekhin [Tue, 7 Apr 2020 14:59:42 +0000 (14:59 +0000)]
Merge pull request #16905 from dkurt:dnn_tf2_keras

4 years agoMerge pull request #16889 from mehlukas:3.4-consolidateImshow
mehlukas [Tue, 7 Apr 2020 14:14:51 +0000 (16:14 +0200)]
Merge pull request #16889 from mehlukas:3.4-consolidateImshow

* consolidate tutorials on image read/display/write

* fix unsused variables

* apply requested changes

* apply requested changes

* fix mistake

4 years agoMerge pull request #16840 from l-bat:matmul_inputs
Liubov Batanina [Tue, 7 Apr 2020 14:12:18 +0000 (17:12 +0300)]
Merge pull request #16840 from l-bat:matmul_inputs

* Supported FullyConnected layer with two inputs

* Skipped test

* Fix conditions

* Added OpenCL support

* Supported ReduceMean3D

* Supported Expand layer

* Fix warning

* Added Normalize subgraph

* refactoring

* Used addLayer

* Fix check

* Used addLayer

* Skip failed test

* Added normalize1 subgraph

* Fix comments

4 years agoMerge pull request #16984 from CSharperMantle:argparse-patch-1
Alexander Alekhin [Tue, 7 Apr 2020 12:54:27 +0000 (12:54 +0000)]
Merge pull request #16984 from CSharperMantle:argparse-patch-1

4 years agoMerge pull request #17005 from tomoaki0705:fixHoughKernelLocal
Alexander Alekhin [Tue, 7 Apr 2020 10:05:44 +0000 (10:05 +0000)]
Merge pull request #17005 from tomoaki0705:fixHoughKernelLocal

4 years agofix OpenCL spec violation
Tomoaki Teshima [Tue, 7 Apr 2020 05:34:55 +0000 (14:34 +0900)]
fix OpenCL spec violation

4 years agoMerge pull request #16878 from dkurt:fix_16877
Alexander Alekhin [Mon, 6 Apr 2020 18:14:35 +0000 (18:14 +0000)]
Merge pull request #16878 from dkurt:fix_16877

4 years agoMerge pull request #16970 from l-bat:fix_enet
Alexander Alekhin [Mon, 6 Apr 2020 15:57:08 +0000 (15:57 +0000)]
Merge pull request #16970 from l-bat:fix_enet

4 years agocore(MatExpr) fetch result before InputArray wrap
Alexander Alekhin [Fri, 21 Feb 2020 20:30:18 +0000 (20:30 +0000)]
core(MatExpr) fetch result before InputArray wrap

- avoid multiple expression evaluations
- avoid issues with reduced support of InputArray::EXPR

4 years agoMerge pull request #16967 from benji1123:patch-1
Alexander Alekhin [Mon, 6 Apr 2020 15:17:23 +0000 (15:17 +0000)]
Merge pull request #16967 from benji1123:patch-1

4 years agoMerge pull request #16992 from afowles:fix-forEach-segfault
Adam Fowles [Mon, 6 Apr 2020 14:49:02 +0000 (10:49 -0400)]
Merge pull request #16992 from afowles:fix-forEach-segfault

* Fixed divide by zero error in forEach

* Dedicated assertion for !empty

4 years agoMerge pull request #16982 from tomoaki0705:houghLinesOCL
Alexander Alekhin [Mon, 6 Apr 2020 14:35:14 +0000 (14:35 +0000)]
Merge pull request #16982 from tomoaki0705:houghLinesOCL

4 years agoFix ENet test with OpenVINO 2020.2
Liubov Batanina [Fri, 3 Apr 2020 12:40:11 +0000 (15:40 +0300)]
Fix ENet test with OpenVINO 2020.2

4 years agotypo fix
Ben Li [Fri, 3 Apr 2020 01:32:03 +0000 (21:32 -0400)]
typo fix

4 years agoMerge pull request #16980 from albert-github:feature/bug_doxyfile
Alexander Alekhin [Mon, 6 Apr 2020 11:37:17 +0000 (11:37 +0000)]
Merge pull request #16980 from albert-github:feature/bug_doxyfile

4 years agoswitch to argparse
Bao "Mantle" Rong [Sun, 5 Apr 2020 03:57:04 +0000 (11:57 +0800)]
switch to argparse

4 years agoIncorrect PREDEFINED setting.
albert-github [Sat, 4 Apr 2020 13:30:38 +0000 (15:30 +0200)]
Incorrect PREDEFINED setting.

The PREDEFINED setting for  had a space between the define name and the equal sign and this is not allowed, it results in the warning:
```
error: Illegal PREDEFINED format '=', no define name specified
```
according to the documentation explicitly states that no space is allowed:
> The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of e.g. gcc). The argument of the tag is a list of macros of the form: name or name=definition (no spaces). If the definition and the "=" are omitted, "=1" is assumed. To prevent a macro definition from being undefined via #undef or recursively expanded use the := operator instead of the = operator.

4 years agolet the test pass on Mali G52 (ODROID-N2)
Tomoaki Teshima [Sat, 4 Apr 2020 16:39:47 +0000 (01:39 +0900)]
let the test pass on Mali G52 (ODROID-N2)

4 years agoSupport FusedResizeAndPadConv2D from TensorFlow
Dmitry Kurtaev [Sat, 4 Apr 2020 13:02:17 +0000 (16:02 +0300)]
Support FusedResizeAndPadConv2D from TensorFlow

4 years agoCase sensitive dnn layers types
Dmitry Kurtaev [Sun, 22 Mar 2020 15:50:15 +0000 (18:50 +0300)]
Case sensitive dnn layers types

4 years agoMerge tag '3.4.10'
Alexander Alekhin [Fri, 3 Apr 2020 11:24:31 +0000 (11:24 +0000)]
Merge tag '3.4.10'

4 years agorelease: OpenCV 3.4.10
Alexander Alekhin [Thu, 2 Apr 2020 19:59:58 +0000 (19:59 +0000)]
release: OpenCV 3.4.10

4 years agoMerge pull request #16959 from alalek:winpack_dldt_update
Alexander Alekhin [Thu, 2 Apr 2020 18:13:58 +0000 (18:13 +0000)]
Merge pull request #16959 from alalek:winpack_dldt_update

4 years agoMerge pull request #16956 from alalek:ocl_control_buffer_mapping
Alexander Alekhin [Thu, 2 Apr 2020 17:56:50 +0000 (17:56 +0000)]
Merge pull request #16956 from alalek:ocl_control_buffer_mapping

4 years agowinpack_dldt: readme update
Alexander Alekhin [Thu, 2 Apr 2020 16:51:28 +0000 (16:51 +0000)]
winpack_dldt: readme update

4 years agoMerge pull request #16953 from mshabunin:fix-msmf-writer-fps
Alexander Alekhin [Thu, 2 Apr 2020 13:06:34 +0000 (13:06 +0000)]
Merge pull request #16953 from mshabunin:fix-msmf-writer-fps

4 years agocore(ocl): options to control buffer access flags
Alexander Alekhin [Thu, 2 Apr 2020 10:10:57 +0000 (10:10 +0000)]
core(ocl): options to control buffer access flags

- control using of clEnqueueMapBuffer or clEnqueueReadBuffer[Rect]
- added benchmarks with OpenCL buffer access use cases

4 years agovideoio: fixed MSMF writer fps handling
Maksim Shabunin [Thu, 2 Apr 2020 09:49:46 +0000 (12:49 +0300)]
videoio: fixed MSMF writer fps handling

4 years agoMerge pull request #16950 from alalek:fix_16945
Alexander Alekhin [Thu, 2 Apr 2020 09:26:09 +0000 (09:26 +0000)]
Merge pull request #16950 from alalek:fix_16945

4 years agoMerge pull request #16948 from alalek:warning_16739
Alexander Alekhin [Thu, 2 Apr 2020 09:25:47 +0000 (09:25 +0000)]
Merge pull request #16948 from alalek:warning_16739

4 years agostitching: fix range check in DpSeamFinder::computeCosts
Alexander Alekhin [Wed, 1 Apr 2020 18:45:02 +0000 (18:45 +0000)]
stitching: fix range check in DpSeamFinder::computeCosts

4 years agoMerge pull request #16947 from mshabunin:fix-msmf-convert-format
Alexander Alekhin [Wed, 1 Apr 2020 18:50:12 +0000 (18:50 +0000)]
Merge pull request #16947 from mshabunin:fix-msmf-convert-format

4 years agocore: emit warning ONCE on ambiguous MatExpr processing
Alexander Alekhin [Wed, 1 Apr 2020 18:34:20 +0000 (18:34 +0000)]
core: emit warning ONCE on ambiguous MatExpr processing

4 years agovideoio: fixed conversion in MSMF backend
Maksim Shabunin [Wed, 1 Apr 2020 11:40:11 +0000 (14:40 +0300)]
videoio: fixed conversion in MSMF backend

4 years agoMerge pull request #16938 from alalek:winpack_samples_update
Alexander Alekhin [Tue, 31 Mar 2020 22:46:13 +0000 (01:46 +0300)]
Merge pull request #16938 from alalek:winpack_samples_update

4 years agobuild: updates for winpack dldt
Alexander Alekhin [Tue, 31 Mar 2020 12:19:34 +0000 (12:19 +0000)]
build: updates for winpack dldt

4 years agoMerge pull request #16932 from alalek:imgproc_resize_nn_cleanup
Alexander Alekhin [Mon, 30 Mar 2020 15:38:40 +0000 (15:38 +0000)]
Merge pull request #16932 from alalek:imgproc_resize_nn_cleanup

4 years agoMerge pull request #16928 from alalek:fix_15075
Alexander Alekhin [Mon, 30 Mar 2020 13:07:35 +0000 (13:07 +0000)]
Merge pull request #16928 from alalek:fix_15075

4 years agoMerge pull request #16922 from alalek:imgcodecs_test_io_grayscale
Alexander Alekhin [Sun, 29 Mar 2020 16:36:06 +0000 (16:36 +0000)]
Merge pull request #16922 from alalek:imgcodecs_test_io_grayscale

4 years agoimgproc(resize): drop unused 'pix_size4'
Alexander Alekhin [Sun, 29 Mar 2020 02:41:50 +0000 (02:41 +0000)]
imgproc(resize): drop unused 'pix_size4'

4 years agoimgproc(resize): fix resizeNNInvoker handling of generic pixel size
Alexander Alekhin [Sun, 29 Mar 2020 02:08:27 +0000 (02:08 +0000)]
imgproc(resize): fix resizeNNInvoker handling of generic pixel size

4 years agoimgcodecs(test): rework common I/O test, added grayscale mode
Alexander Alekhin [Fri, 27 Mar 2020 01:40:28 +0000 (01:40 +0000)]
imgcodecs(test): rework common I/O test, added grayscale mode

4 years agoMerge pull request #16919 from alalek:backport_16860
Alexander Alekhin [Fri, 27 Mar 2020 16:44:05 +0000 (16:44 +0000)]
Merge pull request #16919 from alalek:backport_16860