Alexander Alekhin
da6ad1c640
Merge pull request #15765 from zachlowry:patch-1
...
Use argument value for 'mat' in call to format for vector_mat and vector_mat_template
5 years ago
Liubov Batanina
9ed1332355
Merge pull request #16722 from l-bat:reshape_opset_11
...
* Supported Div op for constants
* Added Mul test
5 years ago
Vadim Levin
90ec651bd7
test: Add test to verify correct mat substitution into the template in header parser
5 years ago
Zach Lowry
0aa5391c4b
Use argument value for 'mat' in call to format for vector_mat and vector_mat_template
...
The hard-coded string value "Mat" was used in the two format strings for vector_mat and vector_mat_template, preventing UMat arguments to functions that have these types from working correctly. as noted in #12231 .
5 years ago
Alexander Alekhin
57cf120118
Merge pull request #16709 from ashishkrshrivastava:cvonnx
5 years ago
Alexander Alekhin
0b85d0ec68
Merge pull request #16721 from mshabunin:fix-msmf-format
5 years ago
ashishiva3@gmail.com
e18d5e94c7
Gather-Cast, Mul-Cast fusion
5 years ago
Alexander Alekhin
bc036e1e86
Merge pull request #16720 from anton-potapov:kw_fixes
5 years ago
Maksim Shabunin
219ef95dd8
MSMF: fixed issue with camera format selection
5 years ago
Anton Potapov
8ed89bae84
KW: G-API tests - fixes for uninitialized variables
5 years ago
Alexander Alekhin
124bf8339f
dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code
...
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
5 years ago
Alexander Alekhin
29d214474f
dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code
...
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
5 years ago
Alexander Alekhin
4d0f13544d
Merge pull request #16700 from alalek:fix_core_matexpr_size_gemm
...
core: fix MatExpr::size() for gemm()
* core(test): MatExpr::size() test for gemm()
* core: fix MatExpr::size() for gemm()
5 years ago
Alexander Alekhin
a5ca5f6daf
Merge pull request #16716 from l-bat:skip_resize_ie
5 years ago
Liubov Batanina
b1b78aedd2
Skipped ResizeUnfused test on Builder API
5 years ago
Alexander Alekhin
9214103564
Merge pull request #16652 from MoonChasing:master
5 years ago
Alexander Alekhin
599a595c6f
Merge pull request #16573 from ashishkrshrivastava:opencvonnx
5 years ago
ashishiva3@gmail.com
8559237d4e
ONNX: upsample subgraph fusion added
5 years ago
Yashas Samaga B L
8808aaccff
Merge pull request #16658 from YashasSamaga:cuda4dnn-refactor-activations
...
cuda4dnn(activations, eltwise, scale_shift): refactor to reduce code duplication
* refactor activations
* refactor eltwise kernels
* move all functors to functors.hpp
* remove bias1 and scale1 kernels
5 years ago
Alexander Smorkalov
831153d5fb
Added checklist and recommendations to issue template.
5 years ago
Alexander Alekhin
333a767be4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Peter Würtz
5012fc5d23
Merge pull request #16684 from pwuertz:ignore_clang_mat_inl
...
* Ignore clang warnings for deprecated enum+enum operations in mat.inl.hpp
* build: added customization macros, cmake flags for OpenCV build
5 years ago
firebladed
f00607c8ac
Merge pull request #16626 from firebladed:firebladed-v4l2_pix_fmt_y12
...
V4L2: Add V4L2_PIX_FMT_Y12 (12 bit grey) support
5 years ago
Chip Kerchner
8c24af66bd
Merge pull request #16556 from ChipKerchner:vectorizeIntegralSumPixels
...
* Vectorize calculating integral for line for single and multiple channels
* Single vector processing for 4-channels - 25-30% faster
* Single vector processing for 4-channels - 25-30% faster
* Fixed AVX512 code for 4 channels
* Disable 3 channel 8UC1 to 32S for SSE2 and SSE3 (slower). Use new version of 8UC1 to 64F for AVX512.
5 years ago
Alexander Alekhin
7ffab23a53
Merge pull request #16535 from jshiwam:exifbugfix
5 years ago
Alexander Alekhin
4a39b12a78
imgcodecs(jpeg): drop unnecessary code
...
- standard huffman tables are handled by modern libjpeg-turbo
5 years ago
Alexander Alekhin
1bc607e8d8
Merge pull request #16677 from Bleach665:Qt_imshow_clipbrd
5 years ago
MoonChasing
98db891851
using argv[0] represent binary executable files' name in help() function
...
in sample codes instead of cpp files' name.
5 years ago
jshiwam
1f48940a93
bug fix to Inconsistent comment for EXIF issue id #15706 stream added final
...
removed all the changes occured while trying to resolve conflicts
5 years ago
Yuriy Obukh
edcc762f7a
add "Copy to clipboard functional" to imshow wnd with Qt
5 years ago
Alexander Alekhin
db5f1c3554
Merge pull request #16688 from alalek:issue_16679
5 years ago
Alexander Alekhin
9c4b1d0a51
Merge pull request #16685 from YashasSamaga:cuda4dnn-fix-tests-pr16595
5 years ago
YashasSamaga
98b5fb4b9f
disable MaskRCNN test for CUDA_FP16
5 years ago
Alexander Alekhin
d2cc30e2a5
Merge pull request #16687 from dkurt:dnn_ngraph_hetero
5 years ago
Alexander Alekhin
e93c51762b
gapi(test): fix check
5 years ago
Alexander Alekhin
b16c1096d1
Merge pull request #16682 from alalek:dnn_test_keypoints_face_myriad
5 years ago
Alexander Alekhin
4d8d152461
Merge pull request #16683 from saskatchewancatch:issue-16680
5 years ago
Alexander Alekhin
cc0066d38d
dnn(test): adjust check tolerance in Keypoints_face
5 years ago
Dmitry Kurtaev
5bbe116f89
Track Hetero execution for nGraph networks using ngraph::Function
5 years ago
Rajkiran Natarajan
b17e9c614b
Fix annoying compiler warning.
5 years ago
Alexander Alekhin
45d073f889
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
85c97f772c
Merge pull request #16675 from alalek:fix_js_build_getNumberOfCPUs
5 years ago
Alexander Alekhin
af9ded89d0
core: fix build getNumberOfCPUs for JavaScript
5 years ago
Alexander Alekhin
c13a62ce10
Merge pull request #16638 from mshabunin:use-safe-buffers
5 years ago
Dmitry Kurtaev
d8dea7896b
Merge pull request #16628 from dkurt:dnn_ngraph_custom_layers
...
* Custom layers with nGraph
* nGraph: multiple outputs from nodes
5 years ago
Ganesh Kathiresan
09df7810d1
Merge pull request #16457 from ganesh-k13:bugfix/getCPUCount-fix
...
* Fixed getCPUCount
Minor new line changes
Android fix | efficient linux checks
Android fix 2
Fixed cpu logic for non linux platforms
Android fix 3
Android fix 4
* No v1 case handle | Refactor long lines
* Refined Cgroups logic | Combine Android and Linux
* Fixed directives
* Added support for --cpus | Fixed minor bug in Andriod | Change file read logic
* Added macro checks for apple errors
* Fixed macro to include android
* Addressed review comments
* Fixed android macro
* Refined return values
* Fixed apple warning
* Addressed review comments
* Fixed whitespace
* Android Fix try 1
* Android Fix try 2
* Android Fix try 3
* Removed unwanted endif
* Android Fix try 4
* Android Fix try 5
* Macro Restructure
* core: updates to CPUs detection (minor)
5 years ago
Alexander Alekhin
95aa6d7307
Merge pull request #16657 from alalek:issue_16655_master
5 years ago
Alexander Alekhin
2617c9aa64
Merge pull request #16673 from alalek:exclude_contrib_modules_4.x
5 years ago
Alexander Alekhin
f48c84eaee
Merge pull request #16656 from alalek:issue_16655
5 years ago
Alexander Alekhin
84bb67e49b
exclude opencv_contrib modules
5 years ago