- 09 Feb, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 08 Feb, 2016 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Steven Puttemans authored
-
Steven Puttemans authored
As discussed here: https://github.com/Itseez/opencv/pull/6068#issuecomment-180797723
-
Alexander Shishkov authored
This project is dead from 1st September last year
-
- 07 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 06 Feb, 2016 1 commit
-
-
Pranav Ganorkar authored
-
- 05 Feb, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 04 Feb, 2016 7 commits
-
-
Alexander Alekhin authored
-
Peter Rekdal Sunde authored
Fix docs build failure by re-indenting with spaces instead of tabs. Trailing whitespace fixes. http://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/5152/steps/whitespace/logs/stdio mingw build fix.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 03 Feb, 2016 2 commits
-
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
-
- 02 Feb, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Feb, 2016 2 commits
-
-
Philippe FOUBERT authored
The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
-
atinfinity authored
-
- 30 Jan, 2016 3 commits
-
-
atinfinity authored
-
Alexander Alekhin authored
-
Oded Green authored
-
- 29 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jan, 2016 2 commits
-
-
Alexander Alekhin authored
_sizes can point to internal structure which is destroyed by release() call
-
Alexander Alekhin authored
-
- 25 Jan, 2016 2 commits
-
-
Marian Zajko authored
-
Marian Zajko authored
Fixed ximea cmake settings for 32bit win build and linux.
-
- 23 Jan, 2016 2 commits
-
-
Patrick Snape authored
FlannBasedMatcher::add is overloaded, but the style of parsing the InputArrayOfArrays does not match the style from DescriptorMatcher::add. The issue is that InputArrayOfArrays must be properly marshalled so that the data can be read correctly. In this case, the method expects the training descriptors to be either a vector of matrices or a single matrix (as is shown in DescriptorMatcher::add). These code replicates that for the case of the FlannBasedMatcher::add. In fact, a similar commit to this was added by 26d9a7cd but was ultimately not accepted in #4111. This is likely due to the fact that the input arrays were not parsed properly and the case of a single matrix was being improperly handled. I believe this commit to be correct given the logic from DescriptorMatcher::add.
-
Patrick Snape authored
Very cosmetic, but was analyzing code and just wanted to make it consistent.
-
- 21 Jan, 2016 1 commit
-
-
Maksim Shabunin authored
-