Maksim Shabunin
9c4eb20221
AVFoundation on Mac: fixed frame count and unsupported format handling
6 years ago
Maksim Shabunin
eeb6f7726e
AVFoundation on Mac: fixed frame count and unsupported format handling
6 years ago
Alexander Alekhin
631b246881
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
e1c8256602
Merge pull request #13666 from savuor:yuv_wide_port
6 years ago
Alexey Smirnov
5728679fd5
Merge pull request #13664 from smirnov-alexey:gapi_add_descrof_overloading
...
* Add version of descr_of function taking vector of Mat
* Overload descr_of function for cv::Mat
* Add template function instead of copypasting and change tests a little
6 years ago
Alexander Alekhin
dcdbaef348
Merge pull request #13658 from nglee:dev_CudaShflUpCompat
6 years ago
Alexander Alekhin
20d82cf6d5
Merge pull request #13668 from alalek:imgproc_rgb2yuv_regression
6 years ago
Rostislav Vasilikhin
a6af9c75e9
a*b+c -> fma
6 years ago
Namgoo Lee
970293a229
__shfl_up_sync with mask for CUDA >= 9
...
* __shfl_up_sync with proper mask value for CUDA >= 9
* BlockScanInclusive for CUDA >= 9
* compatible_shfl_up for use in integral.hpp
* Use CLAHE in cudev
* Add tests for BlockScan
6 years ago
Rostislav Vasilikhin
74ba4b7ae2
fixed (un)signed packing s16 -> u8
6 years ago
Rostislav Vasilikhin
6de86e325f
fixed (un)signed packing s16 -> u8
6 years ago
Alexander Alekhin
a84e11451b
imgproc(test): RGB2YUV regression test
6 years ago
Rostislav Vasilikhin
48e471fdd4
YUV vectorizations ported to master from 3.4
6 years ago
Alexander Alekhin
3478240de9
Merge pull request #13656 from dkurt:dnn_tf_atrous_faster_rcnn
6 years ago
Alexander Alekhin
e5917a8fa5
Merge pull request #13580 from LaurentBerger:PythonStitch2
6 years ago
LaurentBerger
49a43dfc8f
Check syntax of stitchnig detailed
6 years ago
Alexander Alekhin
0395b2ea9c
Merge pull request #13650 from terfendail:shapedescr_wintr
6 years ago
Rostislav Vasilikhin
3812ae7949
Merge pull request #13649 from savuor:yuv_wide
...
YUV/YCrCb conversions rewritten to wide intrinsics (#13649 )
* YUV: minors
* YUV42x conversions template-merged
* more template-merged YUV42x conversions; some NEON code removed
* rgb2yuv<float> vectorized
* yuv2rgb<float> vectorized
* memcpy removed
* Yuv2RGB<ushort> vectorized
* unused code removed
* rgb2yuv<ushort> vectorized
* rgb2yuv<uchar> vectorized
* v_pack_u used (up to +30% perf)
* yuv2rgb<uchar> vectorized
* fixed compilation
6 years ago
Alexander Alekhin
400fd5c3ec
Merge pull request #13539 from dkurt:ie_graph_api
6 years ago
Dmitry Kurtaev
67e6a6077d
Create text graphs for Faster-RCNN from TensorFlow with dilated convolutions
6 years ago
Vitaly Tuzov
a84bbc62b1
boundingRect() reworked to use wide universal intrinsics
6 years ago
Alexander Alekhin
dc5e69b4d4
Revert "Merge pull request #13586 from eightco:Core_bugfix3"
...
This reverts commit 3721c8bb06
except changes in modules/dnn/test/test_tf_importer.cpp
6 years ago
Alexander Alekhin
40959fcc61
Merge pull request #13637 from berak:fix_openvx
6 years ago
Vitaly Tuzov
78f80c35d2
Performance test for bounding rect estimation
6 years ago
Andrey Golubev
55770c9853
Merge pull request #13640 from andrey-golubev:gapi_gcallpriv_doc
...
* GAPI: document GCall's recursive behavior
* Move documentation outside the class
6 years ago
Lee Jaehwan
3721c8bb06
Merge pull request #13586 from eightco:Core_bugfix3
...
* Add Operator override for multi-channel Mat with literal constant.
* simple test
* Operator overloading channel constraint for primitive types
* fix some test for #13586
6 years ago
Alexander Alekhin
b9496f8d9d
Merge pull request #13645 from mshabunin:doc-includes
6 years ago
Alexander Alekhin
bbc6b95c02
Merge pull request #13644 from berak:dnn_samples_googlenet
6 years ago
Dmitry Kurtaev
f0ddf302b2
Move Inference Engine to new API
6 years ago
berak
6596eab66c
dnn/samples: add googlenet to model zoo
6 years ago
Maksim Shabunin
9205ad6990
Enabled #include documentation in all members
6 years ago
Alexander Alekhin
49de982ee7
Merge pull request #13625 from nglee:dev_CudaFarnebackInitFlowFix
6 years ago
Alexander Alekhin
2ea4626911
Merge pull request #13639 from andrey-golubev:gapi_fix_gcall_misuse
6 years ago
Alexander Alekhin
ca00c1dce2
Merge pull request #13631 from terfendail:thresh_wintr
6 years ago
Andrey Golubev
c8a89134a7
GAPI: fix GCall misuse in unrollExpr
6 years ago
berak
53c2ebf7f6
fix openvx wrappers
6 years ago
Alexander Alekhin
133eb8d13a
Merge pull request #13593 from brad-kelly:integral_avx512_ver34
6 years ago
Alexander Alekhin
dcdb3b36ef
Merge pull request #13622 from sturkmen72:code_clean_up
6 years ago
Vitaly Tuzov
a202dc9a90
threshold() reworked to use wide universal intrinsics
6 years ago
Alexander Alekhin
0e9c90a0d9
Merge pull request #13610 from terfendail:morph_wintr
6 years ago
Brad Kelly
0165ffa90d
Implementing AVX512 support for 3 channel cv::integral for CV_64F
6 years ago
Suleyman TURKMEN
794c14b29a
code clean up
6 years ago
Vitaly Tuzov
012e43de4b
Morphology reworked to use wide universal intrinsics
6 years ago
Alexander Alekhin
36dfb71c60
Merge pull request #13619 from alalek:issue_13595
6 years ago
Namgoo Lee
4366c8734f
Fix Farneback Optical Flow Algorithm
...
- Before this PR, following tests failed on some platform.
CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/19
CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/23
- The algorithm now recognizes the OPTFLOW_USE_INITIAL_FLOW flag.
Previously, when the flag was set, it did not use the flow data
passed as input, instead used some garbage data in memory.
- More strict test limit.
6 years ago
Alexander Alekhin
4ced27e149
Merge pull request #13617 from terfendail:always_inline
6 years ago
atinfinity
e48682a9f7
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
...
* fixed tutorial code of py_matcher
* fixed imread mode
6 years ago
Alexander Alekhin
6e39856623
Merge pull request #13614 from dkurt:dnn_tf_ssd_fpn
6 years ago
Alexander Alekhin
6bd5d7f037
cmake: don't use LIB_SUFFIX with CMAKE_INSTALL_LIBDIR
6 years ago
Vitaly Tuzov
ea882d58c6
Added CV_ALWAYS_INLINE macro
6 years ago