abhi-jha
a31aff452a
fix spelling error
7 years ago
Sayed Adel
ed19da21ab
core:ppc Several improvements on VSX(2)
...
* add v_float64x2 support to v_rotate_*
* treat float vector in v_check_any, vec_any_lt as int vector
* add test case for v_rotate_left
7 years ago
Dmitry Kurtaev
777d77848c
Free Convolution and MatMul weights after TensorFlow layers import
7 years ago
Dmitry Kurtaev
9ffe4694db
Reduce memory consumption at Caffe importer
7 years ago
Dmitry Kurtaev
d381948cee
Update script to generate MobileNet-SSD V2 text graph
7 years ago
Sayed Adel
e00a58a05f
samples: add C++11 override to virtual methods
7 years ago
k-shinotsuka
ecb4ea8f76
add universal intrinsics for RGB2HSV_f
7 years ago
k-shinotsuka
a5f68e98f4
add universal intrinsics for HLS2RGB_f
7 years ago
Alexander Alekhin
9fa01a7b70
Merge pull request #11436 from seiko2plus:issue11433
7 years ago
zuoshaobo
4ff6a1bc7b
Merge pull request #11425 from zuoshaobo:relu_negative_slope
...
* FIX INF_ENGINE RELU ERROR
* set slope to variable
* tab in indentwq
7 years ago
cclauss
8a79b167b8
Define execfile, file, long, raw_input, xrange for Python 3
7 years ago
cclauss
de99f53e94
Don't forget self in table_formatter.py
...
__ridx__ is an _undefined name_ in this context but __self.ridx__ is used three other times in this method and nine times in this class. Undefined names may raise [NameError](https://docs.python.org/3/library/exceptions.html#NameError ) at runtime.
flake8 testing of https://github.com/opencv/opencv
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./modules/ts/misc/table_formatter.py:50:23: F821 undefined name 'ridx'
self.rows[ridx + 1].props = properties
^
```
7 years ago
cclauss
d4a966c7c4
Fix Python string formatting
7 years ago
cclauss
05c1a3d160
print() is a function in Python 3
7 years ago
Sayed Adel
788d6a7105
cmake: Disable -Wsuggest-override option in case of using PCH #11433
7 years ago
Alexander Alekhin
684cf43360
Merge pull request #11420 from alalek:git_tag_describe
7 years ago
Alexander Alekhin
083b08742d
Merge pull request #11406 from alalek:core_matsize_dims
7 years ago
Alexander Alekhin
80934dc488
cmake: update 'git describe' information
7 years ago
Alexander Alekhin
c67613e0fe
Merge pull request #11419 from alalek:msvs2017_build_warning
7 years ago
Alexander Alekhin
65b0b319eb
eliminate MSVS2017 build warning
...
modules\dnn\src\layers\prior_box_layer.cpp(208): warning C4834: discarding return value of function with 'nodiscard' attribute
7 years ago
yuki takehara
4934f7c5a4
Merge pull request #11285 from take1014:core_6125
...
* Resolves 6125
* Fix test code
* Delete unnecessary code
7 years ago
Alexander Alekhin
e7adce851c
Merge pull request #11314 from terfendail:msmf_camera
7 years ago
Alexander Alekhin
7e43a0c2b7
Merge pull request #11394 from dkurt:dnn_custom_layers_py
7 years ago
Alexander Alekhin
8c349ff8ff
core: added MatSize::dims() method
...
to avoid accessing of 'p[-1]' (static code analysers dislike this)
7 years ago
Alexander Alekhin
8d7ccd29fe
Merge pull request #11401 from exoson:livestitch
7 years ago
Tomoaki Teshima
87a4f4ab3a
Merge pull request #11409 from tomoaki0705/fixCLAHEfailure
...
Arm: fix the test failure of OCL_Imgproc/CLAHETest.Accuracy on ODROID-XU4 (#11409 )
* fix the test failure of OCL_Imgproc/CLAHETest.Accuracy on ODROID-XU4
* avoid the race condition in the reduce
* imgproc(ocl): simplify CLAHE code
* remove unused class
7 years ago
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
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
0bd33c8d1c
android: don't use relative paths to contrib modules
7 years ago