- 02 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 18 May, 2014 1 commit
-
-
Kazuki Matsuda authored
I propose forEach method for cv::Mat and cv::Mat_. This is solution for the overhead of MatIterator_<_Tp>. I runs a test that micro opecode runs all over the pixel of cv::Mat_<cv::Point3_<uint8_t>>. And this implementation 40% faster than the simple pointer, 80% faster than iterator. With OpenMP, 70% faster than simple pointer, 95% faster than iterator (Core i7 920). Above all, code is more readable. My test code is here. https://gist.github.com/kazuki-ma/8285876 Thanks.
-
- 16 Mar, 2014 1 commit
-
-
berak authored
-
- 20 Feb, 2014 1 commit
-
-
Rohit Girdhar authored
-
- 18 Feb, 2014 2 commits
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 14 Oct, 2013 1 commit
-
-
Han Qiang authored
Signed-off-by:
Han Qiang <a0byte@gmail.com>
-
- 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
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 30 Aug, 2013 2 commits
-
-
abidrahmank authored
-
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])
-
- 23 Aug, 2013 1 commit
-
-
MarkBelmont authored
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 15 Aug, 2013 1 commit
-
-
Dmitry Retinskiy authored
-
- 14 Aug, 2013 1 commit
-
-
Dmitry Retinskiy 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.
-
- 31 Jul, 2013 1 commit
-
-
StevenPuttemans authored
- Used lunix style slashes - works on most systems - Removed all trailing whitespaces
-
- 18 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 06 Jun, 2013 1 commit
-
-
IanVS authored
-
- 20 May, 2013 2 commits
- 03 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 26 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 21 Feb, 2013 1 commit
-
-
Alexander authored
-
- 19 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 01 Feb, 2013 1 commit
-
-
Ilya Lysenkov authored
-
- 14 Jan, 2013 1 commit
-
-
Alexander Smorkalov authored
Invalid links and refences fixed. SpaeseMat class documentation updated.
-
- 09 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
-
- 30 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 29 May, 2012 1 commit
-
-
Andrey Kamaev authored
-