Alexander Alekhin
7c78c59e64
Merge pull request #18939 from alalek:unstable_test_18937
5 years ago
Alexander Alekhin
0cc92bd67c
Merge pull request #18922 from alalek:3.4-xcode12
5 years ago
Alexander Alekhin
2cf2456f4c
dnn(test): skip unstable GatherMultiOutput OCL_FP16 test
5 years ago
Alexander Alekhin
8c5b3c4150
Merge pull request #17077 from i386x:check-negative-values
5 years ago
Alexander Alekhin
36d771affc
python: restore sys.path in bootstrap()
...
- multiprocessing need to start from bootstrap code
- loading may fail due to missing os.add_dll_directory() calls
5 years ago
Alexander Alekhin
387a76ba59
build: xcode 12 support, cmake fixes
5 years ago
Alexander Alekhin
f601e817fe
Merge pull request #18914 from alalek:videoio_fix_missing_get_capture_domain
5 years ago
Alexander Alekhin
3fd0d0dafb
Merge pull request #18918 from gabrielnhn:patch-2
5 years ago
Gabriel Nascarella Hishida
f28895cd6b
doc: Fix example code using deprecated xrange
...
xrange was abandoned and doesn't exist in Python 3. range() works just the same
5 years ago
Alexander Alekhin
0800f6f91b
videoio: add missing getCaptureDomain() methods
5 years ago
Sergei Slashchinin
f4f462c50b
Merge pull request #18862 from sl-sergei:support_pool1d
...
Support for Pool1d layer for OpenCV and OpenCL targets
* Initial version of Pool1d support
* Fix variable naming
* Fix 1d pooling for OpenCL
* Change support logic, remove unnecessary variable, split the tests
* Remove other depricated variables
* Fix warning. Check tests
* Change support check logic
* Change support check logic, 2
5 years ago
Alexander Alekhin
359ecda4fc
Merge pull request #18896 from alalek:cmake_fix_eigen_detection
5 years ago
Alexander Alekhin
bf0846f0ea
Merge pull request #18895 from oravital7:flip-module
5 years ago
Alexander Alekhin
0401d5920c
Merge pull request #18845 from joegeisbauer:fix_reduce_mean_index_error
5 years ago
Alexander Alekhin
ac418e999d
cmake: update condition for find_package(Eigen3 CONFIG)
5 years ago
Alexander Alekhin
ae42815b7d
Merge pull request #18887 from HollowMan6:patch-1
5 years ago
Or Avital
5a3a915a9b
Remove unnecessary condition (will never reach)
5 years ago
Hollow Man
632a08ff40
Fix typo in docs
...
adatapted -> adapted
5 years ago
Alexander Alekhin
1b3dd8f38b
Merge pull request #18882 from alalek:build_warning_calib3d_drop_register
5 years ago
Jiri Kucera
ce31c9c448
core(matrix): Negative values checks
...
Add checks that prevents indexing an array by negative values.
5 years ago
Alexander Alekhin
bc434e8f67
calib3d: eliminate 'register' build warning
5 years ago
Joe
e05c2e0f1d
Fix Reduce Mean error for MobileNets DNN
...
Fix for index error for Reduce Mean
Correct Reduce Mean indexing error
5 years ago
Nathan Godwin
2255973b0f
Merge pull request #18371 from nathanrgodwin:sqpnp_dev
...
Added SQPnP algorithm to SolvePnP
* Added sqpnp
* Fixed test case
* Added fix for duplicate point checking and inverse func reuse
* Changes for 3x speedup
Changed norm method (significant speed increase), changed nearest rotation computation to FOAM
* Added symmetric 3x3 inverse and unrolled loops
* Fixed error with SVD
* Fixed error from with indices
Indices were initialized negative. When nullspace is large, points coplanar, and rotation near 0, indices not changed.
5 years ago
Julien
ac24a72e66
Merge pull request #18841 from JulienMaille:patch-2
...
Fixing dnn Resize layer for variable input size
* Fix onnx loading of resize/upsample layers for different opset
* group all DynamicResize tests
* cleaned up scales checks
* Simplify branching
5 years ago
Ian Maquignaz
bb067c7ebf
Merge pull request #18849 from IanMaquignaz:fix_findFundamentalMat_parameters
...
Minimum change to address issue #18837
5 years ago
Alexander Alekhin
599bb9c457
Merge pull request #18848 from IanMaquignaz:fixEpipolarGeometryTutorial
5 years ago
Jojo R
12b8d542b7
norm.cpp(normL2Sqr_): improve performance of pipeline
...
The most of target machine use one type cpu unit resource
to execute some one type of instruction, e.g.
all vx_load API use load/store cpu unit,
and v_muladd API use mul/mula cpu unit, we interleave
vx_load and v_muladd to improve performance on most targets like
RISCV or ARM.
5 years ago
Ian Maquignaz
fef23768fe
Fixed issue with Epipolar Geometry Tutorial
5 years ago
Alexander Alekhin
328883b6ea
Merge pull request #18675 from sturkmen72:update-documentation
5 years ago
Alexander Alekhin
87ed750510
Merge pull request #17839 from malliaridis:master
5 years ago
Suleyman TURKMEN
cc7f17f011
update documentation
5 years ago
Christos Malliaridis
3c25fd1ba5
Update and expand erosion / dilation tutorial
...
- Add python explanation for erosion and dilation
- Add java explanation for erosion and dilation
- Restructure and reword specific sections
5 years ago
Alexander Alekhin
301c078d19
Merge pull request #18824 from alalek:update_version_3.4.13-pre
5 years ago
Alexander Alekhin
9485113923
pre: OpenCV 3.4.13 (version++)
5 years ago
Alexander Alekhin
4f3130f562
Merge pull request #18145 from sl-sergei:fix_17914
5 years ago
Alexander Alekhin
a783bf4a93
Merge pull request #18839 from alalek:update_libjpeg-turbo
...
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
5 years ago
Alexander Alekhin
f7e8dc770a
Merge pull request #18834 from l-bat:update_reducemax
5 years ago
Alexander Alekhin
34909d97b4
Merge pull request #18840 from alalek:dnn_test_skip_myriad_gather_multi_output
5 years ago
Alexander Alekhin
474a67231c
dnn(test): skip gather_multi_output test on Myriad
5 years ago
Alexander Alekhin
b645fc10a3
Merge pull request #18782 from alalek:issue_18779
5 years ago
Alexander Alekhin
8e1e08ee38
Merge pull request #18833 from sl-sergei:disable_conv1d_wb_test
5 years ago
Alexander Alekhin
d266fee8bb
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.6
5 years ago
Alexander Alekhin
8357e865bc
Merge pull request #18828 from ichisadashioko:fix-calibration-sample-typo
5 years ago
shioko
fe9a8ebea2
Fix typo 'Applicatioin'
5 years ago
Alexander Alekhin
2b558a3787
core: fix F16C compilation check
5 years ago
Liubov Batanina
72d06080c6
[ONNX] Added Reduce ops for batch and channel
5 years ago
Sergey Slashchinin
3cdf926454
disable Conv1d test on NGRAPH/MYRIAD
5 years ago
Alexander Alekhin
025a9647af
Merge pull request #18830 from l-bat:issue_18785
5 years ago
Sergey Slashchinin
32e7ef8a3d
Add fixes and tests for different layers
5 years ago
Sergei Slashchinin
2b82f8f12c
Merge pull request #18296 from sl-sergei:fix_16783
...
Fix loading issue for Faster RCNN model from #16783
* Add a reproducer with multi-output Gather
* Fix an issue with ONNX graph simplifier
* fix build
* Move checks to correct class
* Minor changes for better code appearence
5 years ago