- 28 Aug, 2014 1 commit
-
-
StevenPuttemans authored
fixed dependency of stitching module on xfeatures2d module as optional fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
-
- 14 Aug, 2014 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 11 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Jul, 2014 1 commit
-
-
PhilLab authored
Porting the [PR 2970](https://github.com/Itseez/opencv/pull/2970) To the new InputOutputArray type
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 24 Jun, 2014 1 commit
-
-
Vadim Pisarevsky authored
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
-
- 02 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 22 May, 2014 1 commit
-
-
StevenPuttemans 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.
-
- 13 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 12 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 03 Apr, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 01 Apr, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 17 Mar, 2014 1 commit
-
-
yash authored
made the example consistent with the fuction definition and improved doc
-
- 16 Mar, 2014 1 commit
-
-
berak authored
-
- 20 Feb, 2014 1 commit
-
-
Rohit Girdhar authored
-
- 18 Feb, 2014 2 commits
- 05 Feb, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 17 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 22 Oct, 2013 1 commit
-
-
Vadim Pisarevsky authored
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
-
- 14 Oct, 2013 1 commit
-
-
Han Qiang authored
Signed-off-by:
Han Qiang <a0byte@gmail.com>
-
- 04 Oct, 2013 1 commit
-
-
StevenPuttemans authored
Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description.
-
- 09 Sep, 2013 1 commit
-
-
Vladislav Vinogradov 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
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov 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])
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 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
-