- 08 Nov, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
consider using MSMF backend
-
berak authored
-
- 07 Nov, 2018 9 commits
-
-
unknown authored
-
Vitaly Tuzov authored
* Updated boxFilter implementations to use wide universal intrinsics * boxFilter implementation moved to separate file * Replaced ROUNDUP macro with roundUp() function
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
catree authored
-
Marco A. Gutierrez authored
-
- 06 Nov, 2018 13 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
cmake: introduce setup_vars scripts
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
typo in kmeans doc
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
lqy123000 authored
* avoid rounding errors * imgproc: replace condition in matchTemplate
-
Alexander Alekhin authored
-
berak authored
-
berak authored
-
- 04 Nov, 2018 3 commits
-
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 03 Nov, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
ffmpeg 3.4.2 -> 3.4.5
-
Alexander Alekhin authored
-
- 02 Nov, 2018 5 commits
-
-
fegorsch authored
-
Vitaly Tuzov authored
-
Vadim Pisarevsky authored
-
fegorsch authored
During the cluster-based detection of circle grids, the detected circle pattern has to be mapped to 3D-points. When doing this the width (i.e. more circles) and height (i.e. less circles) of the pattern need to be identified in image coordinates. Until now this was done by assuming that the shorter side in image coordinates (length in pixels) corresponds to the height in 3D. This assumption does not hold if we look at the pattern from a perspective where the projection of the width is shorter than the projection of the height. This in turn lead to misdetections in although the circle pattern was clearly visible. Instead count how many circles have been detected along two edges of the projected quadrangle and use the one with more circles as width and the one with less as height.
-
Vitaly Tuzov authored
-