Alexander Smorkalov
7ed37b3fa5
MP4 autorotation tests and various fixes for Windows
...
- Added test for automated rotation for MP4 videos with metadata
- Fix 180 degrees rotation bug
- Moved rotation logic to cv::VideoCapture implementation for FFmpeg and restore binary compatibility with FFmpeg wrapper.
4 years ago
Alexey Lapshin
f0271e54d9
Autorotation for mp4 streams with metadata
...
- Add VideoCapture camera orientation property for mp4 videos with camera orientation meta.
- Add auto rotation for 90, 180, 270 degrees using cv::rotate
4 years ago
Sinitsina
0ac2f0e04c
mish_functor_update
4 years ago
Maksim Shabunin
ef1690ef45
Merge pull request #17913 from asmorkalov:as/connected_components_ref
4 years ago
Maksim Shabunin
0fa06b1db0
Merge pull request #17863 from nglee:dev_cudaDetachOutput
4 years ago
Alexander Smorkalov
abceef74e0
Added reference to Original Wu's articte about SAUF connected components search method.
4 years ago
Maksim Shabunin
5444a6b11c
Merge pull request #17890 from l-bat:onnx_gather
4 years ago
Namgoo Lee
9411cd6c07
Use in-place npp function for inplace arguments
4 years ago
Liubov Batanina
a35d4f9029
Support Gather for variable inputs
4 years ago
Alexander Alekhin
284d26da05
Merge tag '3.4.11'
4 years ago
Alexander Alekhin
e8d4259f9a
release: OpenCV 3.4.11
4 years ago
Alexander Alekhin
8086afc60a
Merge pull request #17865 from alalek:add_missing_check_17036
4 years ago
Alexander Alekhin
b2ebd37ee2
Merge pull request #17856 from alalek:dnn_openvino_2020.4.0
4 years ago
Alexander Alekhin
83e6813345
imgproc: add missing check into cvtColorTwoPlane()
4 years ago
Alexander Alekhin
09f24a851e
Merge pull request #17764 from alalek:issue_17762
4 years ago
Alexander Alekhin
81e027eef7
dnn: fix OpenCL implementation of Slice layer
4 years ago
Alexander Alekhin
1c371d07b5
dnn(test): adjust tests for OpenVINO 2020.4
4 years ago
Alexander Alekhin
55e8549839
dnn: eliminate IE deprecation warning
4 years ago
Alexander Alekhin
f8d6c5b330
winpack_dldt: switch defaults to OpenVINO 2020.4
4 years ago
Alexander Alekhin
435b6df989
dnn: use OpenVINO 2020.4 defines
...
original commit: 2813aa7eb9
4 years ago
Alexander Alekhin
bf8136eaa6
Merge pull request #17849 from dkurt:fix_17848
4 years ago
Dmitry Kurtaev
cc584760d3
Fix TensorFlow->ONNX imports
4 years ago
Alexander Alekhin
d41b20b268
Merge pull request #17830 from alalek:fix_17815
4 years ago
Alexander Alekhin
36da867caf
features2d: v_fma => v_muladd for integers
4 years ago
Alexander Alekhin
c5f540e3d7
Merge pull request #17806 from alalek:dnn_ie_num_threads_windows
4 years ago
pemmanuelviel
c90e824342
Merge pull request #17639 from pemmanuelviel:pev--binary-kmeans
...
Pev binary kmeans
* Ongoing work transposing kmeans clustering method for bitfields: the computeClustering method
Ongoing work transposing kmeans clustering method for bitfields: interface computeBitfieldClustering
Fix genericity of computeNodeStatistics
Ongoing work transposing kmeans clustering method for bitfields: adapt computeNodeStatistics()
Ongoing work transposing kmeans clustering method for bitfields: adapt findNN() method
Ongoing work transposing kmeans clustering method for bitfields: allow kmeans with Hamming distance
Ongoing work transposing kmeans clustering method for bitfields: adapt distances code
Ongoing work transposing kmeans clustering method for bitfields: adapt load/save code
Ongoing work transposing kmeans clustering method for bitfields: adapt kmeans hierarchicalClustring()
PivotType -> CentersType Renaming
Fix type casting for ARM SIMD implementation of Hamming
Fix warnings with Win32 compilation
Fix warnings with Win64 compilation
Fix wrong parenthesis position on rounding
* Ensure proper rounding when CentersType is integral
4 years ago
jasonKercher
749bd80091
Merge pull request #17770 from jasonKercher:3.4_triggered
...
3.4 Allow first capture to return false
* fix first capture timeout
* fix first capture timeout
4 years ago
Alexander Alekhin
1c0b70bbd2
Merge pull request #17822 from alalek:issue_17792
4 years ago
Alexander Alekhin
b75f6c05c0
Merge pull request #17805 from tomoaki0705:fixCUDAHostCompilerIssue
4 years ago
Tomoaki Teshima
269b810601
re-enable automatic CC detection on Jetson
...
* treat both CMAKE_C_COMPILER and c_compiler_realpath as candidate
4 years ago
Alexander Alekhin
e54040d540
core: use lazy on-demand initialization for param_traceEnable
4 years ago
Alexander Alekhin
b96e9a4a4a
Merge pull request #17800 from Yosshi999:gsoc_sift-universal-intrinsic
4 years ago
Alexander Alekhin
e18df87a15
Merge pull request #17635 from jsxyhelu:3.4
4 years ago
Alexander Alekhin
5cb8619eca
dnn(ie): enable KEY_CPU_THREADS_NUM for Windows
4 years ago
jsxyhelu
476094ad5a
Use“ moms” replace "contourArea"
...
double area = moms.m00;
is same as
double area = contourArea(contours[contourIdx]);
Not to mention
"moms" already calculated here,"contourArea" should not apply
4 years ago
Alexander Alekhin
d2469edd10
Merge pull request #17772 from mshabunin:fix-match-umat-mask
4 years ago
Yosshi999
0df8fb70b4
use bufferarea for allocating buffer
4 years ago
Maksim Shabunin
4dd9a36a3c
Added test for checkMasks with UMat train descs
4 years ago
Maksim Shabunin
41678fe3d3
Fixed checkMasks in DescriptorMatcher with train descs in UMats
4 years ago
Alexander Alekhin
5bc6b6fc26
Merge pull request #17737 from pemmanuelviel:pev--fix-trees-descent
4 years ago
Alexander Alekhin
8931c68b20
Merge pull request #17707 from Yosshi999:gsoc_sift-universal-intrinsic
4 years ago
Alexander Alekhin
f78f908c09
Merge pull request #17674 from alalek:issue_16214
4 years ago
Alexander Alekhin
5487bca4f3
Merge pull request #17777 from alalek:backport_cuda_cmake
4 years ago
Alexander Alekhin
762a5c8334
imgproc: align GaussianBlur/sepFilter2D OpenCL with CPU version
4 years ago
Alexander Alekhin
2fed41dfa5
imgproc(test): test bitExact cases in OCL/sepFilter2D
4 years ago
Alexander Alekhin
e0f9eac521
cmake: backport CUDA scripts
4 years ago
Alexander Alekhin
b90a2a8497
Merge pull request #17759 from alalek:build_opencv_winpack_dldt_2020.4.0
4 years ago
Alexander Alekhin
950a916952
Merge pull request #17752 from YashasSamaga:generalize-concat-fusion-3.4
4 years ago
Alexander Alekhin
3f13339071
Merge pull request #17728 from sturkmen72:patch-4
4 years ago
Alexander Alekhin
eb6678ebef
Merge pull request #17699 from alalek:build_core_cuda
...
* core(cuda): fix build
- MSVS 19.25.28612.0
- CUDA release 11.0, V11.0.167
* cmake(cuda): backport workaround for CUDA 11
* cmake(cuda): call CUDA_BUILD_CLEAN_TARGET() on finalize
* cmake(cuda): use CMAKE_SUPPRESS_REGENERATION with MSVS
4 years ago