- 03 May, 2018 1 commit
-
-
cclauss authored
__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 ^ ```
-
- 05 May, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
cDc authored
-
abhi-jha authored
-
- 03 May, 2018 3 commits
-
-
Sayed Adel authored
-
Alexander Alekhin authored
-
zuoshaobo authored
* FIX INF_ENGINE RELU ERROR * set slope to variable * tab in indentwq
-
- 02 May, 2018 1 commit
-
-
Sayed Adel authored
-
- 28 Apr, 2018 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
modules\dnn\src\layers\prior_box_layer.cpp(208): warning C4834: discarding return value of function with 'nodiscard' attribute
-
yuki takehara authored
* Resolves 6125 * Fix test code * Delete unnecessary code
-
- 27 Apr, 2018 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
to avoid accessing of 'p[-1]' (static code analysers dislike this)
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
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
-
Alexander Alekhin authored
OpenCV 3.4.1 for Intel Computer Vision SDK
-
Alexander Alekhin authored
-
Alexander Alekhin authored
for cv::Mat with type=16UC3 and width < 16
-
exoson authored
-
- 26 Apr, 2018 15 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
std::exception_ptr requires enabled C++11 mode
-
Alexander Alekhin authored
- remove duplicates - restore "always on" missing entries - fix FP16 detection on MSVC
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Enaldiev authored
-
Alexander Alekhin authored
for cv::Mat with width < 16
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-