Liubov Batanina
|
718d7e4b04
|
Merge pull request #16715 from l-bat:slice_onnx
* Support Slice layer with multiple inputs
* Add test
* Supported Resize from PyTorch
* Rewrite test
* Remove Cast layer (supported in #16735)
* Support ConstantOfShape
* Fix tests
* Fix coments
* Remove useless condition
* Fixed failed tests
|
5 years ago |
Alexander Alekhin
|
ca68fac4b2
|
stitching: don't use nonfree by default
|
5 years ago |
YashasSamaga
|
034a43e7f7
|
release and relock on wrapper resize
|
5 years ago |
Alexander Alekhin
|
ca23c0e630
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
Alexander Alekhin
|
1d7bfcc958
|
Merge pull request #16827 from alalek:update_buffer_area
|
5 years ago |
Alexander Alekhin
|
01ea055d79
|
Merge pull request #16825 from mshabunin:fix-qrcode-tests
|
5 years ago |
Alexander Alekhin
|
df74eb4ff6
|
Merge pull request #16826 from mshabunin:fix-kw-issues-34
|
5 years ago |
Alexander Alekhin
|
c48473dfe4
|
Merge pull request #16824 from mshabunin:fix-kw-issues
|
5 years ago |
Alexander Alekhin
|
77d1c20fb7
|
core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case
|
5 years ago |
Maksim Shabunin
|
05d4975619
|
objdetect: fix QRCode tests with disabled QUIRC
|
5 years ago |
Maksim Shabunin
|
d4d95bd70d
|
Fixs several problems found by static analysis
|
5 years ago |
Maksim Shabunin
|
7e7bb3027c
|
Fixs several problems found by static analysis
|
5 years ago |
Alexander Alekhin
|
8f49b820db
|
Merge pull request #16820 from dkurt:fix_16811
|
5 years ago |
RAJKIRAN NATARAJAN
|
3b2e409fa7
|
Merge pull request #16779 from saskatchewancatch:issue-16777
* Fixes issue 16777.
* core: update Concurrency getNumThreads()
|
5 years ago |
Dizhenin Vlad
|
1c2ed2876f
|
Merge pull request #16695 from SimpleVlad:intelligent_scissors
Intelligent scissors
* Start
* Remove whitespace
* Re onMouse
* replased double to float
* Draw contours
* CV_FILLED -> FILLED
* Remove line 210
* Change 'about'
* Remove M_PI
* Remove warning
* CP_PI
* double to float
* CV_PI to Float
* Add struct for data
* line 172, 191 whitespace
* Change name
* Fix Warnings
* Set const
* line 180
* rewrite keys
* &img = param->img
|
5 years ago |
Dmitry Kurtaev
|
7f0d90a525
|
Fix memory leak in Python custom dnn layers
|
5 years ago |
Alexander Alekhin
|
71ec112093
|
Merge pull request #16786 from alalek:issue_16398
|
5 years ago |
Alexander Alekhin
|
e021b85b36
|
Merge pull request #16812 from seiko2plus:vsx_improve_broadcast
|
5 years ago |
Sayed Adel
|
9ea62bfddb
|
core:vsx reimplement `v_broadcast_element()`
There's no need to use `vec_perm()` instead of `vec_splat()`,
since instruction `vperm` is quite heavy compared to `vsplt[b,h,w]`.
|
5 years ago |
Alexander Alekhin
|
00925ad795
|
Merge pull request #16809 from alalek:dnn_ie_separate_core_instances
|
5 years ago |
Alexander Alekhin
|
683910f579
|
Merge pull request #16760 from dkurt:dnn_mobilenet_v3
|
5 years ago |
Liubov Batanina
|
2645ee90ca
|
Merge pull request #16735 from l-bat:flatten_const_onnx
* Supported Flatten for constant nodes
* Added default axis
* Refactoring
* Refactoring
* Added cast layer
* Fix comments
* Add Cast for layers
|
5 years ago |
Alexander Alekhin
|
0e6ce50131
|
Merge pull request #16798 from alalek:opencv_version_threads
|
5 years ago |
Alexander Alekhin
|
ff70b02efc
|
Merge pull request #16797 from alalek:cmake_warning_python_standalone
|
5 years ago |
Alexander Alekhin
|
9b64eadcb6
|
dnn(ie): separate IECore for different devices
- HETERO plugin doesn't switch well between devices
|
5 years ago |
Alexander Alekhin
|
2a52e44bc6
|
Merge pull request #16806 from anton-potapov:kw_fixes_own_mat_total_overflow
|
5 years ago |
Anton Potapov
|
3af63fe052
|
GAPI - KW fixes
- avoid overflow in own::Mat::total() and according tests, part 2
|
5 years ago |
Alexander Alekhin
|
3d36f9044d
|
opencv_version: dump threads information
|
5 years ago |
Alexander Alekhin
|
a1230ad0a0
|
Merge pull request #16796 from anton-potapov:kw_fixes_own_mat_total_overflow
|
5 years ago |
Alexander Alekhin
|
448a5452d0
|
Merge pull request #16793 from anton-potapov:kw_fixes_bitwise_op_on_bools
|
5 years ago |
Alexander Alekhin
|
4cebef9090
|
Merge pull request #16792 from alalek:fixup_merge_dnn
|
5 years ago |
Alexander Alekhin
|
7080c783d1
|
cmake: fix missing project() warning in Python standalone builds
|
5 years ago |
Anton Potapov
|
d3b68b059b
|
GAPI - KW fixes
- avoid overflow in own::Mat::total() and according tests
|
5 years ago |
Alexander Alekhin
|
866b15ddb8
|
Merge pull request #16787 from D-Alex:master
|
5 years ago |
Alexander Alekhin
|
7d1c42afe1
|
dnn: fix merge mistake in scale_layer.cpp
|
5 years ago |
Alexander Duda
|
d594e72586
|
fix: estimateChessboardSharpness triggers out of range test
Problem is that iter1 += tcols, iter2 += tcols are called without check.
row < trows - 1 check is processed after increment in "for" statements.
|
5 years ago |
Alexander Alekhin
|
4e56c1326f
|
core: adjust type of allocator_stats counter, allow to disable
|
5 years ago |
Anton Potapov
|
3ba6b41961
|
GAPI - KW fixes
- replaced bitwise &= on bools, with explicit && to make KW happy
|
5 years ago |
Alexander Alekhin
|
034a5f140c
|
Merge pull request #16784 from alalek:update_ffmpeg_master
|
5 years ago |
Alexander Alekhin
|
3a99ebb446
|
Merge pull request #16756 from alalek:cmake_opencv_test_extra_compile_options
|
5 years ago |
Alexander Alekhin
|
c1a8fb72b7
|
Merge pull request #16498 from etrulls:3.4.9-maxIters
|
5 years ago |
Alexander Alekhin
|
11b08b5ff3
|
ffmpeg/4.x: update FFmpeg plugin
|
5 years ago |
Alexander Alekhin
|
850414a501
|
Merge pull request #16771 from alalek:update_version_4.3.0-pre
|
5 years ago |
Alexander Alekhin
|
a560ebf09d
|
Merge pull request #16782 from anton-potapov:kw_fixes
|
5 years ago |
Anton Potapov
|
72fedbe096
|
GAPI - KW fixes
- replace "unsafe" memcpy with "safe" :) std::copy_n to make KW happy
|
5 years ago |
Alexander Alekhin
|
d00e58cdb0
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
5 years ago |
Alexander Alekhin
|
9f82b74788
|
Merge pull request #16774 from alalek:core_update_cpus_detection
|
5 years ago |
Alexander Alekhin
|
764e8ac2c4
|
Merge pull request #16773 from alalek:update_ffmpeg_3.4
|
5 years ago |
Alexander Alekhin
|
612746b4e5
|
Merge pull request #16744 from alalek:fix_mat_aug_operators_use_after_free
|
5 years ago |
Alexander Alekhin
|
83e1d79403
|
core: update CPUs detection
- cache value, evaluate once
- better support for MINGW
- anything in 'cv' namespace
- test: dump number of active threads
|
5 years ago |