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
atalaman
2ff12c4981
Merge pull request #15699 from TolyaTalamanov:at/graph-ocv-render-backend-skeleton
...
G-API: Implement OpenCV render backend
* Implement render opencv backend
* Fix comment to review
* Add comment
* Add wrappers for kernels
* Fix comments to review
* Fix comment to review
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
cc9b199ecb
Merge pull request #15704 from alalek:gapi_avoid_dynamic_initializers_in_optimized_code
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
a84969bdcd
gapi: avoid dynamic initialization in dispatched files
5 years ago
Alexander Alekhin
6a7d1c15d3
core(ipp): skip huge input in flip()
...
- IPP/SSE4.2 works well
5 years ago
Alexander Alekhin
823e767eed
Merge pull request #15684 from OrestChura:id_helper_class_semicolon_issue
5 years ago
Alexander Alekhin
e42560bed5
Merge pull request #15659 from malfet:use-atomic-in-getExpTab32f
5 years ago
Alexander Alekhin
d6630ab35b
Merge pull request #15655 from malfet:use-atomic-in-parallel-for
5 years ago
Alexander Smorkalov
d154fa4b4c
Merge pull request #15688 from JamesNewton:3.4
5 years ago
JamesNewton
47fc889df0
Update js_image_arithmetics.markdown
5 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
5 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.
5 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.
5 years ago
Alexander Alekhin
2f30c3fd4f
Merge pull request #15681 from mshabunin:fix-gapi-ie-test
5 years ago
OrestChura
2f9351d995
Fix warning issue:
...
- unnecessary extra semicolon after member function definition removed
5 years ago
Maksim Shabunin
230e44b01d
G-API: removed deprecated IE call from test
5 years ago
Alexander Alekhin
46206b4814
Merge tag '4.1.2'
5 years ago
Alexander Alekhin
4c71dbf0af
release: OpenCV 4.1.2
...
OpenCV 4.1.2
5 years ago
Alexander Alekhin
0cf77c3916
Merge tag '4.1.2-openvino'
5 years ago
Alexander Alekhin
9efafc3e33
Merge pull request #15673 from TolyaTalamanov:at/fix-valgrind-issue
5 years ago
Alexander Alekhin
65573784c4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
dd4f591d54
Merge tag '3.4.8'
5 years ago
Alexander Alekhin
6bdb9ca725
OpenCV release (3.4.8)
...
OpenCV 3.4.8
5 years ago
Maksim Shabunin
1ca74c3c03
Merge pull request #15544 from mshabunin:disable_posix_memalign
...
* Disable posix_memalign by default
* core: fix memalign parameter handling
5 years ago
Alexander Smorkalov
c3a588037a
Merge pull request #15666 from seanm:Wnewline
5 years ago
Talamanov, Anatoliy
40215f99d7
Define operator<< for cv::gapi::wip::draw::Prim
5 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.
5 years ago
Sean McBride
24effe8cd6
Fixed clang -Wnewline-eof warning by adding newline to end of file
5 years ago
Alexander Alekhin
2ff1fb60ad
Merge pull request #15661 from alalek:fix_android_build_avx2
5 years ago
Alexander Alekhin
374d952e09
Merge pull request #15664 from alalek:build_eliminate_cuda_warnings
5 years ago
Alexander Alekhin
6efdfee3f0
build: eliminate CUDA warnings
5 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
5 years ago