Alexander Alekhin
db88cd1b25
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
7 years ago
Alexander Alekhin
085b27fc3d
Merge pull request #11390 from dkurt:east_text_detection
7 years ago
Alexander Alekhin
86e1f63193
Merge pull request #11555 from alalek:fix_videocapture_frame_lifetime
7 years ago
Alexander Alekhin
e21c01708a
videoio: fix lifetime management of data of input frames
7 years ago
Alexander Alekhin
0bebe553a8
Merge pull request #11536 from catree:add_tutorial_highgui_trackbar_python_java
7 years ago
Alexander Alekhin
59fc909d48
Merge pull request #11541 from lupustr3:pvlasov/icv_package_hotfix
7 years ago
Alexander Alekhin
faafb3152a
Merge pull request #11550 from tomoaki0705:fixCudaAsync
7 years ago
Alexander Alekhin
b83bc8b3b0
Merge pull request #11546 from shengyu7697:tab_to_space
7 years ago
Tomoaki Teshima
e2c787884d
fix the test failure of CUDA_Arithm/MeanStdDev
7 years ago
shengyu
72d3e14e8f
fix wrong indentation on github page (tab to space)
7 years ago
Dmitry Kurtaev
07dc6d2b45
Return a convex hull from rotatedRectangleIntersection
7 years ago
Alexander Alekhin
ab2c21e7c1
Merge pull request #11531 from alalek:issue_11518
7 years ago
Alexander Alekhin
949067cfbe
Merge pull request #11537 from alalek:build_warnings
7 years ago
Pavel Vlasov
eaf70c7bb3
Hotfix packages with several fixes in IW code including:
...
__STDCALL macro change to support IPP 2018u3+ external packages
Memory leak fix in Gaussian filter
Improved checkers for OpenMP supported features
Improved declarations for atomic operations.
ICV binary and package version are the same.
7 years ago
catree
9fc0cabdf5
Add Java and Python code for trackbar tutorial.
7 years ago
Alexander Alekhin
d6279bfff8
fix build warnings
7 years ago
Alexander Alekhin
1ba25c5569
Merge pull request #11520 from terfendail:ffmpeg_icapture
7 years ago
Alexander Alekhin
45b92aebe5
Merge pull request #11523 from alalek:bigdata_tests
7 years ago
Alexander Alekhin
491e3627b6
photo: initialize cos() table with double type
...
This avoids MSVC 19.14.26428.1 to call vectorized __vdecl_cosf4() function with less precision.
7 years ago
Alexander Alekhin
ba6b9fd261
Merge pull request #11529 from catree:add_tutorial_morphology_python_java
7 years ago
Alexander Alekhin
f0a4ec90b1
Merge pull request #11397 from pengli:dnn_half
7 years ago
Alexander Alekhin
4378b4d03d
Merge pull request #11516 from berak:java_features2d
7 years ago
Alexander Alekhin
1983991d2f
photo(test): update test checks
...
- allow 5% of changed pixels with intensity difference <= 1
7 years ago
Li Peng
1b517a45ae
add fp16 accuracy and perf test
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
ba5e8befa9
fp16 ocl support for more layers
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
3dd916882a
fp16 ocl support for googlenet
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Li Peng
329abb5b64
dnn fp16 support
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Vitaly Tuzov
aeed43ec90
FFMPEG-based VideoCapture and VideoWriter backend changed to C++ interface
7 years ago
berak
6ddef3b7a9
features2d: remove deprecated java wrappers
7 years ago
Alexander Alekhin
bb8ff2c463
Merge pull request #11494 from tomoaki0705:fixOpenCLDnn
7 years ago
catree
7e3490959a
Add Java and Python code for morphology tutorials.
7 years ago
Alexander Alekhin
f3e166c58b
Merge pull request #11528 from tomoaki0705:fixTabSpaceLibTiff
7 years ago
Alexander Alekhin
336841fa1b
Merge pull request #11525 from alalek:issue_11511
7 years ago
Tomoaki Teshima
3f5347dd7a
work around of the test failure of opencv_test_dnn
...
* let OpenCL kernel run only on Intel GPU
* brush up the workaround based on 9a2b028 from alalek
7 years ago
Tomoaki Teshima
85668cf5a4
remove Tab
7 years ago
Alexander Alekhin
ea75e7f00b
Merge pull request #11526 from nglee:dev_cudaMeanStdDevFix
7 years ago
Namgoo Lee
2c1ce8c0e9
cuda_meanStdDev : bug fix
7 years ago
Alexander Alekhin
ed63c43cda
Merge pull request #11519 from paroj:openni_color
7 years ago
Alexander Alekhin
f42fca9f49
cuda: avoid unnecessary cudaStreamSynchronize() call
...
resolves #11511
7 years ago
Alexander Alekhin
703f79b757
tests: add "bigdata" tests
7 years ago
Alexander Alekhin
6582afcdbb
ts: add BigData tests category (skipped by default)
...
Pass --test_bigdata to allow launching of "BigData" tests.
7 years ago
Pavel Rojtberg
9573644387
samples: openni_capture - use COLORMAP_JET for depth visualization
...
instead of an ad-hoc implementation of it
7 years ago
Alexander Alekhin
3104d2f738
Merge pull request #11482 from allnes:gst_remove_container
7 years ago
Alexander Nesterov
9bd5739125
Remove command line argument related to container
7 years ago
Vadim Pisarevsky
e0dbe5cfcc
handle huge matrices correctly ( #11505 )
...
* make sure that the matrix with more than INT_MAX elements is marked as non-continuous, and thus all the pixel-wise functions process it correctly (i.e. row-by-row, not as a single row, where integer overflow may occur when computing the total number of elements)
7 years ago
Alexander Alekhin
68c92908d5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
7 years ago
Alexander Alekhin
c6a9de812b
Merge pull request #11497 from alalek:libjpeg-turbo
7 years ago
Alexander Alekhin
b7a9d966d7
Merge pull request #11506 from catree:tutorial_euler_angles_doc
7 years ago
Alexander Alekhin
f175a04014
Merge pull request #11504 from alalek:check_flake8
7 years ago
catree
d02ecff881
Clarify the Euler angles convention chosen. Replace rotation inverse with matrix transpose.
7 years ago