- 13 May, 2013 6 commits
-
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 12 May, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
- 09 May, 2013 1 commit
-
-
Bo Li authored
-
- 08 May, 2013 1 commit
-
-
peng xiao authored
Speedup about 30% on 6730M GPU.
-
- 07 May, 2013 4 commits
-
-
Andrey Pavlenko authored
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
poiuytrez authored
-
- 06 May, 2013 1 commit
-
-
peng xiao authored
-
- 04 May, 2013 1 commit
-
-
Egbert van der Wal authored
-
- 03 May, 2013 2 commits
- 02 May, 2013 2 commits
- 01 May, 2013 1 commit
-
-
poiuytrez authored
A modification of the JavaCameraView is needed to avoid a crash when the app is exited. It is a good practice to remove the callback after the stopPreview method.
-
- 30 Apr, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 29 Apr, 2013 4 commits
-
-
Andrey Pavlenko authored
fixing precommit build on ubuntu-64 (now it takes OCL headers from non-default OCL SDK, but libs from default one)
-
Alexander Smorkalov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 27 Apr, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky 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.
-
- 24 Apr, 2013 2 commits
-
-
poiuytrez authored
-
Alexander Smorkalov authored
-
- 23 Apr, 2013 2 commits
- 17 Apr, 2013 5 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Roman Donchenko authored
This also fixes the bug where the Sphinx version gets detected as "Sphinx vX.Y.Z" instead of "X.Y.Z" on Unix-like systems.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-