- 17 Apr, 2018 1 commit
-
-
Vadim Pisarevsky authored
* Rewrite polar transformations - A new wrapPolar function encapsulate both linear and semi-log remap - Destination size is a parameter or calculated automatically to keep objects size between remapping - linearPolar and logPolar has been deprecated * Fix build warning and error in accuracy test * Fix function name to warpPolar * Explicitly specify the mapping mode, so we retain all the parameters as non-optional. Introduces WarpPolarMode enum to specify the mapping mode in flags * resolves performance warning on windows build * removed duplicated logPolar and linearPolar implementations
-
- 21 Sep, 2017 1 commit
-
-
Rostislav Vasilikhin authored
* lab_tetra squashed * initial version is almost written * unfinished work * compilation fixed, to be debugged * Lab test removed * more fixes * Luv2RGBinteger: channels order fixed * Lab structs removed * good trilinear interpolation added * several fixes * removed Luv2RGB interpolations, XYZ tables; 8-cell LUT added * no_interpolate made 8-cell * interpolations rewritten to 8-cell, minor fixes * packed interpolation added for RGB2Luv * tetra implemented * removing unnecessary code * LUT building merged * changes ported to color.cpp * minor fixes; try to suppress warnings * fixed v range of Luv * fixed incorrect src channel number * minor fixes * preliminary version of Luv2RGBinteger is done * Luv2RGB_b is in progress * XYZ color constants converted to softfloat * Luv test: precision fixed * Luv bit-exactness test added * warnings fixed * compilation fixed, error message fixed * Luv check is limited to [0-2,0-2,0-2] by XYZ * L->Y generation moved to LUT * LUTs added for up and vp of Luv2RGB_b * still works * fixed-point is done, works at maxerr 2 * vectorized code is done, 2x slower than original * perf improved by 10% * extra comments removed * code moved to color.cpp * test_lab.cpp updated * minor refactoring * test added for Luv2RGB * OCL Luv2RGB_b: XYZ are limited to [0, 2]; docs updated * Luv2RGB_b rewritten to universal intrinsics * test_lab.cpp moved to luv_tetra branch
-
- 23 Feb, 2017 1 commit
-
-
PkLab.net authored
-
- 30 Sep, 2016 1 commit
-
-
catree authored
-
- 22 Aug, 2016 1 commit
-
-
PkLab.net authored
-
- 16 Aug, 2016 1 commit
-
-
PkLab.net authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 13 Mar, 2016 1 commit
-
-
shruthikashyap authored
-
- 01 Mar, 2016 1 commit
-
-
Elad Joseph authored
Added documentation to the Subdiv2D documentation, based on the previous C API.
-
- 22 Dec, 2015 1 commit
-
-
Dikay900 authored
fixes #5689
-
- 03 Nov, 2015 1 commit
-
-
Lorena García authored
-
- 03 Jun, 2015 1 commit
-
-
howtobeahacker authored
-
- 13 May, 2015 2 commits
-
-
Maksim Shabunin authored
-
Christian Richardt authored
-
- 23 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 26 Nov, 2014 1 commit
-
-
HelenWong authored
Rewrite the note on HoughCircles documentation to make it more clear Add note to clarify that the output vector of found circles is sorted by descending order of centres accumulator values. Also delete reductant lines on the HoughCircles documentation. Added comments to hough circles function. Added comments to icvhoughgradient Misalignment in line 1183 corrected
-
- 18 Nov, 2014 1 commit
-
-
Maksim Shabunin authored
- disabled doxygen tree - enabled doxygen enum listing - added imgproc reference to main page - enabled BiB support - chenged doxygen root page format
-
- 10 Nov, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 22 Oct, 2014 1 commit
-
-
Miroslav Benes authored
Add Triangle method for automatic threshold computation next to the existing Otsu's method. Triangle deals better with images whose histogram does not contain dominant peak. See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
-
- 08 Oct, 2014 1 commit
-
-
Nisarg Thakkar authored
Fixed doc for Bug #3887
-
- 02 Oct, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Sep, 2014 2 commits
-
-
Philipp Hasper authored
-
Philipp Hasper authored
-
- 15 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 14 Sep, 2014 1 commit
-
-
berak authored
-
- 12 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 02 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
(cherry picked from commit b027eac1)
-
- 21 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 20 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 Aug, 2014 1 commit
-
-
Bence Magyar authored
Apart from not displaying the table, it breaks the doc build of https://github.com/Itseez/opencv_contrib/pull/70.
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Jun, 2014 1 commit
-
-
abidrahmank authored
Corrected crashing in Python bindings while using LSD_REFINE_NONE flags Corrected not drawing lines in drawSegments and compareSegments in Python bindings
-
- 27 May, 2014 1 commit
-
-
Daniel Angelov authored
Updating missed defines in documentation. The new defines (in imgproc.hpp) state they have a prefix of COLOR instead of CV.
-
- 20 May, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 17 May, 2014 1 commit
-
-
pradeep authored
-
- 13 May, 2014 1 commit
-
-
Yash Vadalia authored
-