Alexander Alekhin
93dab9e1e9
videoio(v4l): fix build due missing defines
...
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH
6 years ago
Alexander Alekhin
480c6dae6d
android: backport build_sdk.py
6 years ago
Alexander Alekhin
3132c8ee08
Merge pull request #13958 from nglee:dev_FixCuda101BuildIssue
6 years ago
Namgoo Lee
5a2faab2e6
CUDA 10.1 Build Issue Fix
6 years ago
Alexander Alekhin
6e9b6a27cf
Merge pull request #13951 from alalek:dnn_fix_logging_verbose
6 years ago
Alexander Alekhin
80d37ba698
dnn: fix usage of CV_LOG_VERBOSE macro
6 years ago
Alexander Alekhin
0a98bc0ee9
java: avoid enum values with references on other enums
...
declaration order is not fixed
Error message:
Core.java:97: error: illegal forward reference
Hamming_normType = NORM_HAMMING,
6 years ago
Alexander Alekhin
47b6955ba0
Merge pull request #13942 from alalek:imgproc_lsd
6 years ago
Alexander Alekhin
030e955db7
python: support Python list for cv::Range
6 years ago
Alexander Alekhin
f5b58e5fc9
bindings: backport generator from OpenCV 4.x
...
- better handling of enum arguments
- less merge conflicts
6 years ago
Alexander Alekhin
f0179f96a7
Merge pull request #13940 from alalek:fix_13914
6 years ago
Alexander Alekhin
3ba49ccecc
imgproc: removed LSD code due original code license conflict
6 years ago
Alexander Alekhin
d034ef6f27
Merge pull request #13935 from seiko2plus:issue13934
6 years ago
Alexander Alekhin
7d24727184
ml: handle sigmoid NaN result (should be Inf)
...
- added more debug checks
6 years ago
Sayed Adel
5478165e16
core:vsx Fix narrowing warning on vector splats
6 years ago
Alexander Alekhin
a9f67c2d1d
Merge pull request #13905 from terfendail:pyr_wintr2
6 years ago
Alexander Alekhin
ed8f0ab265
Merge pull request #13931 from berak:core_fix_mat_max_mult
6 years ago
berak
20afae5a14
core: fix mat matx multiplication
6 years ago
Alexander Alekhin
caa013b2a4
Merge pull request #13925 from alalek:core_disable_io_perf_test
6 years ago
Vitaly Tuzov
9548093b46
Horizontal line processing for pyrDown() reworked using wide universal intrinsics.
6 years ago
Alexander Alekhin
5fd47352cf
Merge pull request #13904 from cftang0827:dnn_tf_text_graph_common_bug
6 years ago
Alexander Alekhin
f1f0f630c7
core: disable I/O perf test
...
- can be enable separately if needed
- not stable (due storage I/O processing)
6 years ago
Alexander Alekhin
dd696066b5
Merge pull request #13901 from reunanen:update_libjpeg-turbo
6 years ago
Alexander Alekhin
1bf1694506
Merge pull request #13840 from jaewoosong:jaewoosong-patch-1
6 years ago
Alexander Alekhin
865c29a754
Merge pull request #13892 from dkurt:onnx_upsample_unsqueeze
6 years ago
Maksim Shabunin
8c1e0537ec
Merge pull request #13889 from mshabunin:enable-narrowing-warning
...
* Enabled -Wnarrowing warning
* Fixed type narrowing issues
* Cast python constants
* Use long long for python constants
* Use int for python constants with fallback to long
* Update cv2.cpp
6 years ago
Alexander Alekhin
d5a3ad5b64
3rdparty: update libjpeg-turbo/CMakeLists.txt
6 years ago
Juha Reunanen
30cf5e0164
Update libjpeg-turbo from 1.5.3 to 2.0.2
6 years ago
Alexander Alekhin
5421d0866b
Merge pull request #13912 from alalek:cmake_workaround_trycompile_ios
6 years ago
Jaewoo Song
225bdc21c0
Making JavaCamera2View behaves in the same way as JavaCameraView
6 years ago
Alexander Alekhin
a065c10bcb
cmake: workaround iOS try_compile(COPY_FILE) bug
6 years ago
cftang
98d8436440
fix tf_text_graph_common tensor_content type bug
6 years ago
Alexander Alekhin
4cf321f3f8
Merge pull request #13903 from nglee:dev_CudevRework
6 years ago
Alexander Alekhin
0aa0f2ada2
Merge pull request #13906 from dkurt:fix_tf_ssd_min_size
6 years ago
Alexander Alekhin
f6d3adcf3d
Merge pull request #13887 from dkurt:dnn_ie_lrn_bug
6 years ago
Alexander Alekhin
e11213dcef
Merge pull request #13900 from alalek:core_dispatch_merge
6 years ago
Dmitry Kurtaev
fe7c93cc05
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
6 years ago
Namgoo Lee
2b6be3cb0f
cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
6 years ago
Alexander Alekhin
fd49ee5f39
core: dispatch merge.cpp
6 years ago
Alexander Alekhin
93a36b0df1
core: keep history of merge.cpp
6 years ago
Alexander Alekhin
4e12febe90
core: clone merge.simd.hpp
6 years ago
Alexander Alekhin
6eabe6bc14
core: clone merge.dispatch.cpp
6 years ago
Alexander Alekhin
3bc9912f6e
Merge pull request #13893 from alalek:core_dispatch_split
6 years ago
AKAMath
4c94804bb0
Merge pull request #13837 from amithjkamath:test
...
New computeECC function, and updated findTransformECC function to make gaussian filtering optional (#13837 )
* fix for https://github.com/opencv/opencv/issues/12432 with doc and tests
* Added doc string for new parameter.
* Fixes suggested by Alalek for getting around ABI incompatibility.
* Update to docstring, to remove parameter that isn't relevant.
* More updates based on Alalek's usggestions.
6 years ago
Alexander Alekhin
682e03bdb2
Merge pull request #13877 from LaurentBerger:pythonvideo
6 years ago
Alexander Alekhin
ca4fd1e427
Merge pull request #13884 from dkurt:dnn_drop_ie_r1_r2
6 years ago
Alexander Alekhin
91d152e2c2
core: dispatch split.cpp
6 years ago
Alexander Alekhin
1d8b30bf4f
core: keep history of split.cpp
6 years ago
Alexander Alekhin
0311770e8b
core: clone split.simd.hpp
6 years ago
Alexander Alekhin
82cd2f8c93
core: clone split.dispatch.cpp
6 years ago