Alexander Alekhin
|
71d406b40c
|
Merge tag '3.4.1-cvsdk' into 3.4
OpenCV 3.4.1 for Intel Computer Vision SDK
|
7 years ago |
Alexander Alekhin
|
e785afd356
|
Merge pull request #11410 from alalek:ipp_norm_L1_16UC3_mask_AVX512
|
7 years ago |
Alexander Alekhin
|
856a07711b
|
core: disabled IPP AVX512 normL1(a, b, mask)
for cv::Mat with type=16UC3 and width < 16
|
7 years ago |
exoson
|
058299cc66
|
Optimize MultiBandBlender to run faster
|
7 years ago |
Alexander Alekhin
|
1031dfe4e8
|
Merge pull request #11402 from alalek:build_warnings
|
7 years ago |
Alexander Alekhin
|
79d41aad64
|
Merge pull request #11403 from alalek:cmake_fix_cpu_baseline
|
7 years ago |
Alexander Alekhin
|
33212633c0
|
Merge pull request #11404 from alalek:icc_fix_std_exception_ptr
|
7 years ago |
Alexander Alekhin
|
39e2d64b84
|
core: fix icc std::exception_ptr detection
std::exception_ptr requires enabled C++11 mode
|
7 years ago |
Alexander Alekhin
|
56222f35bb
|
cmake: fix CPU_BASELINE_FINAL filling
- remove duplicates
- restore "always on" missing entries
- fix FP16 detection on MSVC
|
7 years ago |
Vitaly Tuzov
|
1dc73281f8
|
Added precise seek to MSMF-based VideoCapture::set(CAP_PROP_POS_FRAMES)
|
7 years ago |
Alexander Alekhin
|
bf552fdb88
|
Merge pull request #11377 from Turim:master
|
7 years ago |
Alexander Alekhin
|
2a330e3006
|
cuda: eliminate warnings
|
7 years ago |
Alexander Alekhin
|
ad3186edb3
|
Merge pull request #11400 from alalek:ipp_norm_L1_16UC3_mask
|
7 years ago |
Alexander Alekhin
|
8e15c6fd78
|
videoio(openni2): fix CV_CAP_PROP_OPENNI2_SYNC property
|
7 years ago |
Alexander Alekhin
|
f708a11f0f
|
build: fix warnings
|
7 years ago |
Alexander Enaldiev
|
677dc802ae
|
protobuf build documenting: move the WITH_PROTOBUF option to the top level
|
7 years ago |
Alexander Alekhin
|
57dad685d1
|
core: disabled IPP AVX2 normL1(a, b, mask)
for cv::Mat with width < 16
|
7 years ago |
Alexander Alekhin
|
dfa04a11bb
|
core: norm with mask 16UC3 regression test
|
7 years ago |
Alexander Alekhin
|
331af82e6d
|
Merge pull request #11395 from alalek:fix_fixedpoint_build
|
7 years ago |
Dmitry Kurtaev
|
d5b9563263
|
Custom deep learning layers in Python
|
7 years ago |
Alexander Alekhin
|
84b3b5b4a4
|
Merge pull request #11392 from alalek:master_drop_errorNoReturn
|
7 years ago |
Alexander Alekhin
|
637d6b4e36
|
Merge pull request #11391 from alalek:android_pack_fix_contrib
|
7 years ago |
Alexander Alekhin
|
9166e6052b
|
imgproc: fixed fixedpoint coding style
- fixed wrong condition (always true)
- replaced unnecessary shift operation: '>> 63' to '< 0'
- used CV_BIG_INT()/CV_BIG_UINT() macros
|
7 years ago |
Alexander Alekhin
|
469dc6ac42
|
imgproc: fix fixed point build
avoid using of templated 'operator T ()'
|
7 years ago |
Alexander Alekhin
|
4e83f4c579
|
core: drop cv::errorNoReturn()
replaced to cv::error()
|
7 years ago |
Alexander Alekhin
|
0bd33c8d1c
|
android: don't use relative paths to contrib modules
|
7 years ago |
Alexander Alekhin
|
cd2b188c9a
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
7 years ago |
Alexander Alekhin
|
ca1975cada
|
Merge pull request #11385 from shengyu7697:tab_to_space
|
7 years ago |
Alexander Alekhin
|
d72494d09d
|
Merge pull request #11381 from alalek:replace_cv_errornoreturn
|
7 years ago |
shengyu
|
7773b2b4d6
|
tab to space
|
7 years ago |
Alexander Alekhin
|
84db82a329
|
build: fix warnings
|
7 years ago |
Alexander Alekhin
|
ef2548778c
|
build: -Wimplicit-fallthrough warning for GCC 7+ only
|
7 years ago |
Alexander Alekhin
|
6b581c4e51
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
Alexander Alekhin
|
576d2dbac0
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |
Alexander Alekhin
|
1e0a60be2a
|
Merge pull request #11384 from berak:ml_virtual
|
7 years ago |
Dmitry Kurtaev
|
4ec456f0a0
|
Custom layers for deep learning networks (#11129)
* Custom deep learning layers support
* Stack custom deep learning layers
|
7 years ago |
Alexander Alekhin
|
909a25571e
|
Merge pull request #11332 from alalek:v_select_x86
|
7 years ago |
Vadim Pisarevsky
|
5c57e6bdb0
|
Merge pull request #11380 from vpisarev:faster_interleave_deinterleave
|
7 years ago |
Vadim Pisarevsky
|
9be80d7b12
|
Merge pull request #11382 from alalek:cmake_macosx_cpu_baseline
|
7 years ago |
berak
|
fc5bba66af
|
ml: refactor non-virtual methods
|
7 years ago |
Vitaly Tuzov
|
80600e5cdc
|
Added DXVA hardware acceleration to MSMF-based VideoCapture
|
7 years ago |
Alexander Alekhin
|
a2d6fc7ac0
|
cmake: fix popcnt detection
via GCC/Clang __POPCNT__ define
|
7 years ago |
Vitaly Tuzov
|
916f094ce6
|
Integrated camera and file MSMF-based VideoCaptures and implemented configuration properties get/set
|
7 years ago |
Vitaly Tuzov
|
b0b2d8de44
|
Remove unused code
|
7 years ago |
Maksim Shabunin
|
62513bf20d
|
Merge pull request #11269 from allnes:gst_add_encoder_sample
|
7 years ago |
Maksim Shabunin
|
5ae550c622
|
Merge pull request #11320 from mshabunin:gstreamer-cpp
|
7 years ago |
Alexander Nesterov
|
1367a58b54
|
Added encode-pipeline to sample
|
7 years ago |
Alexander Alekhin
|
ff6ce6cd01
|
cmake: change CPU_BASELINE=DETECT for MacOSX
|
7 years ago |
Alexander Alekhin
|
4d7d630e92
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
7 years ago |
Vadim Pisarevsky
|
4001e310f5
|
improved performance of v_load_deinterleave(8uC3) & v_store_interleave(8uC3) intrinsics when using SSSE3 instructions.
|
7 years ago |