- 26 Dec, 2013 1 commit
-
-
dpen2000 authored
-
- 06 Dec, 2013 1 commit
-
-
Ilya Lavrenov 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.
-
- 30 Sep, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 26 Sep, 2013 1 commit
-
-
Nghia Ho authored
-
- 19 Sep, 2013 2 commits
-
-
Ovidiu Parvu authored
Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly.
-
Ovidiu Parvu authored
Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0
-
- 18 Sep, 2013 1 commit
-
-
Ovidiu Parvu authored
-
- 15 Sep, 2013 2 commits
-
-
Ovidiu Parvu authored
Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation.
-
Ovidiu Parvu authored
- Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output)
-
- 04 Sep, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 31 Aug, 2013 1 commit
-
-
Daniel Angelov authored
-
- 29 Aug, 2013 1 commit
-
-
yao authored
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 13 Aug, 2013 1 commit
-
-
abidrahmank authored
-
- 12 Aug, 2013 2 commits
-
-
kocheganovvm authored
There's some disagreement about the correct formula. has its supporters, however, for texture analysis, the newly introduced formula became standard. The commit enables both uses without breaking backward compatibility. First contributor of this commit was sperrholz.
-
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 3 commits
-
-
Nghia Ho authored
-
Nghia Ho authored
-
StevenPuttemans authored
- Used lunix style slashes - works on most systems - Removed all trailing whitespaces
-
- 30 Jul, 2013 1 commit
-
-
abidrahmank authored
-
- 27 Jul, 2013 1 commit
-
-
Shervin Emami authored
-
- 19 Jul, 2013 1 commit
-
-
abidrahmank authored
-
- 24 Jun, 2013 1 commit
-
-
abidrahmank authored
-
- 06 Jun, 2013 1 commit
-
-
IanVS authored
-
- 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.
-
- 17 Apr, 2013 1 commit
-
-
tim36272 authored
Clarified what value floodfill sets pixels in the mask to when FOODFILL_MASK_ONLY is set.
-
- 16 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-