- 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 2 commits
-
-
Vadim Pisarevsky authored
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073)
-
Vadim Pisarevsky authored
-
- 15 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 14 Jun, 2012 1 commit
-
-
Alexander Shishkov authored
-
- 05 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 31 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 29 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 25 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 23 May, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Apr, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Marina Kolpakova authored
-
- 16 Apr, 2012 1 commit
-
-
Ilya Lysenkov authored
-
- 13 Apr, 2012 4 commits
-
-
Vadim Pisarevsky authored
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
- 12 Apr, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
-