- 22 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
put it into core documentation
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 15 Dec, 2014 1 commit
-
-
StevenPuttemans authored
-
- 03 Dec, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 18 Nov, 2014 1 commit
-
-
Maksim Shabunin authored
- disabled doxygen tree - enabled doxygen enum listing - added imgproc reference to main page - enabled BiB support - chenged doxygen root page format
-
- 12 Nov, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 18 Oct, 2014 1 commit
-
-
Alexander Duda authored
In this particular case t shadows transpose of the base class Matx: types.hpp:1805:14: warning: declaration of ‘t’ shadows a member of 'this' [-Wshadow] Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration shadows a function declaration. This warning is problematic because it prevents the module opencv_contrib/modules/ruby to pass the build process
-
- 09 Oct, 2014 1 commit
-
-
ElenaGvozdeva authored
-
- 22 Sep, 2014 1 commit
-
-
Marc Rollins authored
-
- 09 Sep, 2014 1 commit
-
-
Andrey Pavlenko authored
-
- 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
-