- 31 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 09 Sep, 2016 1 commit
-
-
PkLab.net authored
-
- 12 Jul, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Oct, 2015 1 commit
-
-
Jan S. (Milania1) authored
-
- 13 Oct, 2015 1 commit
-
-
StevenPuttemans authored
-
- 06 Aug, 2015 1 commit
-
-
Alankar Kotwal authored
-
- 02 Jun, 2015 1 commit
-
-
Diogo Rolo authored
Small typo fix in the documentation. It was written 'devie' instead of 'device' in: 'Switching active device can be done using cuda::setDevice() function'
-
- 23 May, 2015 1 commit
-
-
Ruslan Baratov authored
At least this is how it's defined in core/types_c.h Conflicts: modules/core/doc/intro.rst
-
- 22 Jan, 2015 1 commit
-
-
Vladislav Vinogradov authored
put it into core documentation
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 15 Dec, 2014 2 commits
-
-
StevenPuttemans authored
-
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
-
- 02 Oct, 2014 2 commits
-
-
Rohit Rawat authored
Fixed the non-working code example for NAryMatIterator. The documentation of NAryMatIterator in file: modules/core/include/opencv2/core/core.hpp has a working example which was used for these edits.
-
Alexander Smorkalov 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
-
- 15 Jul, 2014 1 commit
-
-
unknown authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 12 Jul, 2014 1 commit
-
-
Ruslan Baratov authored
At least this is how it's defined in core/types_c.h
-
- 09 Jul, 2014 1 commit
-
-
Richard Yoo 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
-