- 06 Nov, 2018 6 commits
-
-
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
-
- 04 Nov, 2018 2 commits
-
-
LaurentBerger authored
-
Alexander Alekhin authored
-
- 03 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 02 Nov, 2018 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Nov, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ivan Pozdeev authored
-
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 7 commits
-
-
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 4 commits
-
-
Alexander Alekhin authored
-
-
Rostislav Vasilikhin authored
* RGB2RGB initially rewritten * NEON impl removed * templated version added for ushort, float * data copying allowed for RGB2RGB * inplace processing fixed * fields to local vars * no zeroupper until it's fixed * vx_cleanup() added back
-
Alexander Alekhin authored
-
- 29 Oct, 2018 6 commits
-
-
Alexander Alekhin authored
-
Diego Barrios Romero authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Nesterov authored
-
- 28 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Oct, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Oct, 2018 3 commits
-
-
catree authored
-
catree authored
Fix distortion figure in calib3d. Positive radial distortion corresponds to pincushion distortion and negative to barrel distortion. Add another figure that illustrates the influence of k1 in the distortion effect.
-
Alexander Alekhin authored
-