Alexander Alekhin
1864b64f64
Merge pull request #15739 from dkurt:darknet_shortcut_asymm
5 years ago
Alexander Alekhin
4bd2ad30c4
Merge pull request #15756 from dankamongmen:dankamongmen/stitching_surf_default
5 years ago
nick black
6e9eca29e2
stitching_detailed: use correct match_conf default
...
The usage function states that the default for match_conf is
0.65 if the default SURF feature finder is used, and 0.3 for
orbs. Indeed, if --feature orbs is used, match_conf is set
to 0.3f. This is a NOP, because the real default is also set
to 0.3f. Change it to 0.65f when SURF is in play.
5 years ago
Alexander Alekhin
a8d14e88fe
Merge pull request #15743 from collinbrake:feature_grammar_fixes_2
5 years ago
Alexander Alekhin
6576e8b927
Merge pull request #14518 from SSteve:intersectConvexConvex-example
5 years ago
Steve Nicholson
acb3b3bd4d
Add documentation and example program for intersectConvexConvex
5 years ago
Dmitry Kurtaev
af61a15839
Fix Darknet eltwise
5 years ago
collin
3ada597449
grammar corrections for python gui docs
5 years ago
Alexander Alekhin
938d8dce06
Merge pull request #15685 from pmur:cnz64f-simd
5 years ago
Alexander Alekhin
6e85e852d4
Merge pull request #15740 from xerus:fix_typo
5 years ago
Alexander Alekhin
70a5553499
Merge pull request #15741 from mipsopen-fwu:issue_15730
5 years ago
Fei Wu
90af2835a2
Fix issue 15730.
5 years ago
Pavel Grunt
83e2e124a3
OpenCVFindMKL: Fix a typo
5 years ago
Dmitry Kurtaev
adbd613660
Enable Eltwise layer with different numbers of inputs channels
5 years ago
Alexander Alekhin
849d8d31fe
Merge pull request #15737 from alalek:issue_15705
5 years ago
Alexander Alekhin
24ebca5c59
core(simd): v_reverse() for MSA backend
5 years ago
Alexander Alekhin
ead7d6d80f
Merge pull request #15716 from alalek:javadoc_fix
5 years ago
Alexander Alekhin
34df28db2b
Merge pull request #15180 from terfendail:wintr_stereobm
5 years ago
Alexander Alekhin
a2b3cd9a2c
Merge pull request #15709 from alalek:js_simd_reverse
5 years ago
Alexander Alekhin
d31da08d43
Merge pull request #15708 from alalek:js_simd_support_1.38.48
5 years ago
Alexander Alekhin
17e9fde75a
Merge pull request #15718 from alalek:pylint_warnings
5 years ago
Alexander Smorkalov
692e1eccb6
Merge pull request #15720 from alalek:cmake_fix_uwp
5 years ago
Alexander Smorkalov
009f5f74ef
Merge pull request #15722 from jasjuang:3.4
5 years ago
jasjuang
4c7db02925
document CC_STAT_MAX in ConnectedComponentsTypes
5 years ago
Alexander Alekhin
c4e2e17b0c
cmake: fix UWP scripts path
5 years ago
Alexander Alekhin
9255df44d0
Merge pull request #15715 from adamrankin:patch-1
5 years ago
Alexander Alekhin
0e40c8a031
fix pylint warnings
...
pylint 1.8.3
5 years ago
Alexander Alekhin
86e7d82418
javadoc: fix generation with OpenJDK 11
5 years ago
Adam Rankin
3b070517ad
COMP: Enabling build with recent VTK version
...
VTK_MAJOR_VERSION not found unless header is included
5 years ago
Alexander Alekhin
ad5d14ec0e
Merge pull request #15701 from alalek:issue_15691
5 years ago
Alexander Alekhin
bce653117f
Merge pull request #15700 from alalek:issue_12943
5 years ago
Alexander Alekhin
ad172726c0
js(simd): v_reverse implementation
5 years ago
Alexander Alekhin
b1a8de0901
js(simd): support Emscripten 1.38.48-upstream
5 years ago
Alexander Alekhin
823884b064
core(alloc): force initialization of memalign flag
...
- before main() launch
5 years ago
Alexander Alekhin
6a7d1c15d3
core(ipp): skip huge input in flip()
...
- IPP/SSE4.2 works well
5 years ago
Alexander Smorkalov
d154fa4b4c
Merge pull request #15688 from JamesNewton:3.4
5 years ago
JamesNewton
47fc889df0
Update js_image_arithmetics.markdown
6 years ago
Chip Kerchner
027769bf5d
Merge pull request #15662 from ChipKerchner:addVReverseIntrinsic
...
* New v_reverse HAL intrinsic for reversing the ordering of a vector
* Fix conflict.
* Try to resolve conflict again.
* Try one more time.
* Add _MM_SHUFFLE. Remove non-vectorize code in SSE2. Fix copy and paste issue with NEON.
* Change v_uint16x8 SSE2 version to use shuffles
6 years ago
Everton Constantino
9ca9249992
Merge pull request #15527 from everton1984:faster_acc
...
* Adding support for vectorized masking for uchar/ushort.
* Fixing bug where mask was zeroing the dst. Improved the way to calculate
the mask and tweaked for further performance improvements.
* Fixing mask comparison test.
* Restricting to one channel.
* Adding support for 3 channels, switch old approach to start using HAL's
v_select.
6 years ago
Paul E. Murphy
ec91a3d59d
core: vectorize countNonZero64f
...
Improves performance a bit. 2.2x on P9 and 2 - 3x on coffee lake
x86-64.
6 years ago
Alexander Alekhin
dd4f591d54
Merge tag '3.4.8'
6 years ago
Alexander Alekhin
6bdb9ca725
OpenCV release (3.4.8)
...
OpenCV 3.4.8
6 years ago
Maksim Shabunin
1ca74c3c03
Merge pull request #15544 from mshabunin:disable_posix_memalign
...
* Disable posix_memalign by default
* core: fix memalign parameter handling
6 years ago
Alexander Smorkalov
c3a588037a
Merge pull request #15666 from seanm:Wnewline
6 years ago
Marcin Tolysz
3fd36c1be1
Merge pull request #15658 from tolysz:patch-1
...
* Cuda + OpenGL on ARM
There might be multiple ways of getting OpenCV compile on Tegra (NVIDIA Jetson) platform, but mainly they modify CUDA(8,9,10...) source code, this one fixes it for all installations.
( https://devtalk.nvidia.com/default/topic/1007290/jetson-tx2/building-opencv-with-opengl-support-/post/5141945/#5141945 et al.).
This way is exactly the same as the one proposed but the code change happens in OpenCV.
* Updated,
The link provided mentions: cuda8 + 9, I have cuda 10 + 10.1 (and can confirm it is still defined this way).
NVIDIA is probably using some other "secret" backend with Jetson.
6 years ago
Sean McBride
24effe8cd6
Fixed clang -Wnewline-eof warning by adding newline to end of file
6 years ago
Alexander Alekhin
2ff1fb60ad
Merge pull request #15661 from alalek:fix_android_build_avx2
6 years ago
Alexander Alekhin
374d952e09
Merge pull request #15664 from alalek:build_eliminate_cuda_warnings
6 years ago
Alexander Alekhin
6efdfee3f0
build: eliminate CUDA warnings
6 years ago
Alexander Alekhin
42ac089e12
build: update AVX2 check
...
- _mm256_bslli_epi128() works in GCC 4.9.3+ only
- Android NDK r10 doesn't support this instruction
6 years ago