Alexander Alekhin
ee1de8f30d
Merge pull request #15053 from SciMad:fix-error-message
5 years ago
Alexander Alekhin
5ccb2a4cbd
dnn(test): fix required data
5 years ago
Madhav
bee510dbce
Fix error message on invalid seam finder parameter
5 years ago
Alexander Alekhin
c3b838b738
core(persistence): struct storage layout without alignment gaps
5 years ago
Alexander Alekhin
571b69bdb6
Merge pull request #15049 from alalek:disable_14850
5 years ago
Alexander Alekhin
095f44f4b2
cmake: disable WITH_NVCUVID by default due build failures
5 years ago
Alexander Alekhin
95415ac3a5
android: change ANDROID_STL='c++_shared'
...
- fixes crashes in face-detector application
- libc++_shared.so is bundled automatically via CMake helper project
5 years ago
Alexander Alekhin
f6c573880e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
054c796213
Merge pull request #15026 from terfendail:gaussian_fix
5 years ago
Hugo Lindström
245c256b1c
Support compiliation for <=VS13
5 years ago
Alexander Alekhin
6aa07cdc7e
Merge pull request #15025 from alalek:issue_14281
5 years ago
Vitaly Tuzov
894ad33bf4
Fix pixel value evaluation overflow in bit-exact GaussianBlur implementation
5 years ago
Lubov Batanina
34f6b05467
Merge pull request #14996 from l-bat:ocv_deconv3d
...
* Support Deconvolution3D on IE backend
* Add test tag
* Fix tests
5 years ago
Alexander Alekhin
32c6e58bdb
imgproc: fix unaligned memory access
...
may cause crashes on ARM platform
5 years ago
Lubov Batanina
8bcd7e122a
Merge pull request #14842 from l-bat:ocv_conv3d
...
* Support Conv3D on OCV backend
* Add header
* Add perf tests
* Support pool3d
* Enable Resnet34_kinetics on OCV backend
* Add test
* Fix conv
* Optimize Conv2D
5 years ago
Alexander Alekhin
f663e8f903
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
3c086fb2fe
Merge pull request #15001 from antmicro:v4l2-y10-support
5 years ago
Alexander Alekhin
32b6ebb670
Merge pull request #14989 from alalek:issue_14978
5 years ago
Alexander Alekhin
de4d304d90
Merge pull request #15000 from mshabunin:fix-videoio-writer
5 years ago
Tomasz Gorochowik
4997a6bf06
V4L2: Add V4L2_PIX_FMT_Y10 (10 bit grey) support
5 years ago
Maksim Shabunin
2a9521661e
Fixed video writer filename check for plugins
5 years ago
Maksim Shabunin
693877212d
Fixed video writer filename check for plugins
5 years ago
Alexander Alekhin
1e9e2aa95c
Merge pull request #14811 from jxu:ubuntu-doc-fix
5 years ago
jxu
b9399a5df8
Fix python setup in ubuntu dependencies
5 years ago
Alexander Alekhin
8408587341
Merge pull request #14888 from vchiluka5:NVIDIA_Optical_Flow
5 years ago
Alexander Alekhin
0fc584961c
cmake: workaround to fix link issues with stubs/libcuda.so.1
5 years ago
Alexander Alekhin
eedbd1ad59
imgcodecs: force reshaping of imdecode() input into a single row
...
OpenCV upstream stuff may reinterpret vector as column.
5 years ago
Alexander Alekhin
7589225fc0
Merge pull request #14981 from alalek:android_camera_use_calc_frame_size_method
5 years ago
Alexander Alekhin
39a975cb29
Merge pull request #14983 from tomoaki0705:fixOclCvtColorMRGBA
5 years ago
Tomoaki Teshima
594a95839c
fix test failure of OCL_ImgProc/CvtColor8u.mRGBA2RGBA
5 years ago
Alexander Alekhin
3998b41d68
android: JavaCamera2View use calculateCameraFrameSize() method
...
from CameraBridgeViewBase (common base with JavaCameraView)
5 years ago
Diego
57fae4a6a1
Merge pull request #14858 from dvd42:instancenorm_onnx
...
Instancenorm onnx (#14858 )
* Onnx unsupported operation handling
* instance norm implementation
* Revert "Onnx unsupported operation handling"
* instance norm layer test
* onnx instancenorm layer
5 years ago
Alexander Alekhin
d7744aca02
dnn: use OpenVINO 2019R2 defines
5 years ago
Alexander Alekhin
db211446f3
OpenCV version '-openvino'
5 years ago
Alexander Alekhin
43eba3d750
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Ruslan Garnov
ad49138fae
Merge pull request #14917 from rgarnov:gapi_planar_kernels
...
G-API planar kernels (#14917 )
* Added resizeP with tests
* NV12 planar filters
* fix warnings in ResizeP test
* fix out mat ocv warning
* sz_on - > sz rename
* cpu tests new signature
* try to fix resizeP test
* trailing spaces remove
* doxygen doc fixed
* doxygen minor fix
* more doxygen fixes
* Doxygen corrected and extended after review.
5 years ago
Alexander Alekhin
3200fe0e53
Merge pull request #14970 from terfendail:undistort_avx2_fix
5 years ago
Vitaly Tuzov
82e5b961d3
Fixed initUndistortRectifyMap AVX2 implementation
5 years ago
Alexander Alekhin
e00b0f6f47
Merge pull request #14860 from vonchenplus:ocv_maxpoolgrad
5 years ago
Diego
6dfe2ddc21
Merge pull request #14959 from dvd42:onnx_clip
...
* onnx clip operation
5 years ago
Alexander Alekhin
fee87c5fdb
Merge pull request #14975 from alalek:clang_suppress_warnings
5 years ago
Alexander Alekhin
07fe1cd6b8
videoio: eliminate build warnings (clang)
5 years ago
Alexander Alekhin
ac14cee71c
Merge pull request #14974 from alalek:ts_optional_files_runtime_check
5 years ago
Alexander Alekhin
f795878d1a
Merge pull request #14973 from alalek:itt_aarch64_support
5 years ago
Alexander Alekhin
bc95c609ff
ts: runtime check for misused 'optional' test data files
5 years ago
Alexander Alekhin
ca022fdb4c
3rdparty(itt): support AARCH64
5 years ago
gal0is
206b546e5a
tensroflow support maxpoolgrad
5 years ago
Alexander Alekhin
097d81363b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
2370079220
Merge pull request #14954 from rafagjordana:fix_blob_detection_insertion_sort
5 years ago
Alexander Alekhin
02936dcf86
Merge pull request #14926 from alalek:tbb_version_2019u8
5 years ago