- 06 Feb, 2016 1 commit
-
-
Alexander Alekhin 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 3 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Jan, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
emiswelt authored
Note: Force push to force a re-run of build tests. The previous tests failed in an unrelated module. I assume it's a bug that occured randomly.
-
Alexander Alekhin authored
-
- 19 Jan, 2016 2 commits
-
-
emiswelt authored
warper.
-
Vadim Pisarevsky authored
-
- 18 Jan, 2016 4 commits
-
-
Alexander Fedorov authored
Without fixes after 68 line (img1_filename = parser.get<std::string>(0);) OpenCV Error: ./stereo_matching im0.png im1.png --max-disparity=16 --blocksize=17 OpenCV Error: Bad argument (undeclared position 0 requested) in getByIndex, file /home/entodi/opencv/modules/core/src/command_line_parser.cpp, line 169 terminate called after throwing an instance of 'cv::Exception' what(): /home/entodi/opencv/modules/core/src/command_line_parser.cpp:169: error: (-5) undeclared position 0 requested in function getByIndex
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Prayag Verma authored
-
- 17 Jan, 2016 2 commits
-
-
Maksim Shabunin authored
-
Ishank gulati authored
-