- 08 Oct, 2014 1 commit
-
-
Nisarg Thakkar authored
Fixed doc for Bug #3887
-
- 02 Oct, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 17 Sep, 2014 1 commit
-
-
Philipp Hasper authored
-
- 15 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 20 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 09 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 20 May, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 13 May, 2014 2 commits
-
-
Yash Vadalia authored
-
Kevin Mitchell authored
Clarify how the mask parameter is set on output and how this is affected by the flags parameter. resolves Feature #2942
-
- 08 Apr, 2014 1 commit
-
-
Martin Chodakowski authored
Fixed spelling of CV_INTER_LINEAR flag in geometric_transformations.rst
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 24 Feb, 2014 1 commit
-
-
Nghia Ho authored
-
- 16 Jan, 2014 1 commit
-
-
Daniil Osokin authored
-
- 26 Dec, 2013 1 commit
-
-
dpen2000 authored
-
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 06 Nov, 2013 1 commit
-
-
Harris Gasparakis authored
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
-
- 04 Oct, 2013 1 commit
-
-
StevenPuttemans authored
Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description.
-
- 29 Aug, 2013 1 commit
-
-
yao authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 12 Aug, 2013 1 commit
-
-
StevenPuttemans authored
-
- 07 Aug, 2013 1 commit
-
-
StevenPuttemans authored
ReST directive was used. Also fixed some other ReST directives that were not correct and removed some warnings during buildbot checks.
-
- 02 Aug, 2013 1 commit
-
-
StevenPuttemans authored
-
- 31 Jul, 2013 1 commit
-
-
StevenPuttemans authored
- Used lunix style slashes - works on most systems - Removed all trailing whitespaces
-
- 24 May, 2013 2 commits
-
-
abidrahmank authored
-
abidrahmank authored
-
- 26 Apr, 2013 1 commit
-
-
Roman Donchenko authored
The orientation of convexHull's result is currently the opposite of what the documentation would suggest: >>> import cv2, numpy as np >>> points = np.array([[0,0],[0,1],[1,0]], dtype=np.int32) >>> cv2.convexHull(points, clockwise=False) array([[[1, 0]], [[0, 1]], [[0, 0]]], dtype=int32) >>> cv2.convexHull(points, clockwise=True) array([[[0, 0]], [[0, 1]], [[1, 0]]], dtype=int32) Changing the function itself is probably not a good idea at this point, so this fixes the documentation by flipping the coordinate system. I also removed the mention of the origin, since it's irrelevant for this function.
-
- 13 Feb, 2013 1 commit
-
-
Amro authored
bug #2709
-
- 28 Jan, 2013 1 commit
-
-
Daniil Osokin authored
-
- 14 Dec, 2012 1 commit
-
-
Vsevolod Glumov authored
-
- 17 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
All errors were found by doc/check_docs2.py
-
- 15 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
This partly reverts commit 6ca61827.
-
- 01 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 23 Aug, 2012 1 commit
-
-
Vsevolod Glumov authored
-
- 07 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 05 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 22 Jun, 2012 1 commit
-
-
Vadim Pisarevsky authored
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073)
-