- 11 Oct, 2017 1 commit
-
-
berak authored
-
- 29 Sep, 2017 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 28 Sep, 2017 12 commits
-
-
Tomoaki Teshima authored
* remove raw NEON/SSE2 implementation as much as possible * replace them to universal intrinsic in InRange/Compare/AddWeighted
-
bradford barr authored
OpenCV fails to detect tbb on a debug build if the platform has only installed debug libraries. This PR adds an additional check to the tbb detect logic for systems that only install tbb debug and not both tbb debug and release.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Tomoaki Teshima authored
imgproc: use universal intrinsic as much as possible (#9714) * use universal intrinsic as much as possible * make SSE3 part as common as possible with universal intrinsic implementation * put the reducing part out of the main loop * follow the comment * fix the typo * use v_reduce_sum4 * follow the comment again * remove all CV_SSE3 part from smooth.cpp
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ningxin Hu authored
-
- 27 Sep, 2017 14 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
doc: fix documentation generation with JavaScript bindings
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Peter Fischer authored
The non-maximum suppression in the Hough accumulator incorrectly ignores maxima that extend over more than one cell, i.e. two neighboring cells both have the same accumulator value. This maximum is dropped completely instead of picking at least one of the entries. This frequently results in obvious circles being missed. The behavior is now changed to be the same as for hough_lines. See also https://github.com/opencv/opencv/issues/4440
-
Ningxin Hu authored
-
Ningxin Hu authored
-
Ningxin Hu authored
-
blendin authored
-
Deric Crago authored
-
- 26 Sep, 2017 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Ningxin Hu authored
-