- 07 Nov, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ruslan Garnov authored
-
- 06 Nov, 2018 21 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
cmake: introduce setup_vars scripts
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Evgeny Latkin authored
* GAPI: Sobel 3x3 with FP32 input * GAPI: Sobel 3x3 with FP32 input, v2
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
typo in kmeans doc
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
lqy123000 authored
* avoid rounding errors * imgproc: replace condition in matchTemplate
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
berak authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
berak authored
-
- 04 Nov, 2018 3 commits
-
-
LaurentBerger authored
-
berak authored
-
Alexander Alekhin authored
-
- 03 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
ffmpeg 3.4.2 -> 3.4.5
-
Alexander Alekhin authored
-
- 02 Nov, 2018 10 commits
-
-
Jean Carass authored
-
fegorsch authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin 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
-
Alexander Alekhin authored
-
-