- 24 Apr, 2015 1 commit
-
-
Kevin Hughes authored
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface Conflicts: modules/highgui/doc/reading_and_writing_images_and_video.rst samples/cpp/starter_video.cpp starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error starter_video.cpp hid local functions
-
- 03 Apr, 2015 1 commit
-
-
Andrey Pavlenko authored
-
- 20 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 02 Dec, 2014 1 commit
-
-
HelenWong authored
For Bug #3714, user use the imshow() function without calling namedWindow() properly, because user did not know the implicit rule for imshow(). (i.e. without calling namedWindow implied calling namedWindow( ,CV__WINDOW_AUTOSIZE). Improve the Display Image Tutorial to educate the user for such implied rule. Put a note on documentation for Bug#3714 Revise the documentation regarding to imshow() function to better educate the user the implicit rule. (i.e. without creating the window before the imshow() function is the same as creating AUTOSIZE window)
-
- 19 Nov, 2014 1 commit
-
-
StevenPuttemans authored
-
- 14 Nov, 2014 1 commit
-
-
StevenPuttemans authored
-
- 02 Oct, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 03 Jul, 2014 1 commit
-
-
Adi Shavit authored
-
- 23 Apr, 2014 1 commit
-
-
Adrian Stratulat authored
-
- 23 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Jan, 2014 3 commits
-
-
Adi Shavit authored
-
Adi Shavit authored
-
Adi Shavit authored
-
- 25 Nov, 2013 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
- Added author provided fixes - Added code example - Added documentation fixes
-
- 18 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 30 Aug, 2013 1 commit
-
-
abidrahmank authored
Usage: import numpy as np import cv2 img = cv2.imread('messi5.jpg',0) sift = cv2.SIFT() kp = sift.detect(img) pts = cv2.KeyPoint_convert(kp) kps = cv2.KeyPoint_convert(pts.reshape(-1,1,2)) overlap = cv2.KeyPoint_overlap(kp[0],kp[1])
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko 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.
-
- 06 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 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
-
- 30 Jul, 2013 1 commit
-
-
abidrahmank authored
-
- 24 Jun, 2013 1 commit
-
-
abidrahmank authored
setMouseCallback createTrackbar
-
- 20 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 06 Jun, 2013 1 commit
-
-
IanVS authored
-
- 17 Apr, 2013 1 commit
-
-
Kevin Hughes authored
removed separate example for reading image sequences and modified starter_video.cpp to better explain the functionality of VideoCapture. I also added a bit more explanation in the documentation of the VideoCapture interface
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 11 Mar, 2013 1 commit
-
-
AoD314 authored
-
- 31 Jan, 2013 1 commit
-
-
Daniil Osokin authored
-
- 31 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-