- 07 Nov, 2018 1 commit
-
-
catree 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 2 commits
-
-
LaurentBerger 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 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
-
- 01 Nov, 2018 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ivan Pozdeev authored
-
Alexander Alekhin authored
- CMake install COMPONENT: "scripts"
-
berak authored
-
Alexander Alekhin authored
-
Ilari Venäläinen authored
* Fix reading of black-and-white (thresholded) TIFF images I recently updated my local OpenCV version to 3.4.3 and found out that I could not read my TIFF images related to my project. After debugging I found out that there has been some static analysis fixes made that accidentally have broken reading those black-and-white TIFF images. Commit hash in which reading of mentioned TIFF images has been broken: cbb1e867 Basically the fix is to revert back to the same functionality that has been there before, when black-and-white images are read bpp (bitspersample) is 1. Without the case 1: this TiffDecoder::readHeader() function always return false. * Added type and default error message * Added stdexcept include * Use CV_Error instead of throw std::runtime_error * imgcodecs(test): add TIFF B/W decoding tests
-
Emanuele Ruffaldi authored
-
- 31 Oct, 2018 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Suleyman TURKMEN authored
* Update imgproc.hpp * update color conversion codes
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 30 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-