- 04 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 7 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
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
kamino410 authored
-
- 25 Oct, 2018 4 commits
-
-
Sean McBride authored
-
catree authored
Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method.
-
Alexander Alekhin authored
-
Henry authored
"as opposed to" is a phrase of opposed meaning distinguished from or in contrast with. e.g., "an approach that is theoretical as opposed to practical" synonyms: in contrast with, as against, as contrasted with, rather than, instead of, as an alternative to example: "we use only steam, as opposed to chemical products, to clean our house"
-