opencv/modules
Patrick Snape 05cfe28612 Fix parsing of training vecs for FlannBasedMatcher
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 26d9a7c 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.
2016-01-23 15:58:16 +00:00
..
calib3d Merge pull request #5963 from KeySecure:master 2016-01-14 12:08:28 +00:00
core cmake: refactor OpenCL detection, allow custom configurations 2016-01-15 13:05:16 +03:00
cudaarithm fix #5780 : cv::cuda::createContinuouseffectively ignores its cols argument 2015-12-10 14:20:28 +03:00
cudabgsegm move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cudacodec Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafeatures2d Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafilters Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudaimgproc disable sanity tests for AlphaComp and PyrLKOpticalFlowDense 2015-11-27 16:46:47 +03:00
cudalegacy Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
cudaobjdetect change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
cudaoptflow Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 2015-12-29 10:48:14 -05:00
cudastereo increase epsilons in some tests: 2015-11-27 16:46:20 +03:00
cudawarping Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 2015-12-29 10:48:14 -05:00
cudev build: fix opencv_world with CUDA 2016-01-14 17:23:55 +03:00
features2d Fix parsing of training vecs for FlannBasedMatcher 2016-01-23 15:58:16 +00:00
flann Added missing copyright headers. 2015-10-13 15:02:38 +03:00
highgui WinRT consistency 2015-12-31 14:31:26 +01:00
imgcodecs update osx and ios build_framework.py 2015-12-17 16:17:31 +03:00
imgproc Merge pull request #5943 from alalek:regression_5908 2016-01-12 17:15:15 +00:00
java Fix java version++ 2015-12-18 18:02:16 +03:00
ml Merge pull request #5922 from DarwinsBuddy:fix_no_py_load_svm_bug 2016-01-14 14:44:27 +00:00
objdetect change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
photo change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
python Merge pull request #5821 from alalek:build_framework 2015-12-18 10:12:55 +00:00
shape fix mat copy in shape 2015-12-23 10:48:36 +01:00
stitching Removed trailing whitespace. 2016-01-20 12:04:42 +00:00
superres Fixed cmake and build issues when using Visual Studio 2015 2015-10-29 11:50:48 +03:00
ts ts: move PARAM_TEST_CASE and GET_PARAM into ts.hpp 2016-01-11 15:36:52 +03:00
video change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
videoio videoio ffmpeg: fix buffer allocation for unaligned frame sizes 2016-01-12 17:57:43 +03:00
videostab WinRT consistency 2015-12-31 14:31:26 +01:00
viz Added ability to disable lighting in the viz-module. 2016-01-14 19:02:18 +03:00
world cmake: turn off precompiled headers in case of opencv_world builds 2016-01-15 19:43:24 +03:00
CMakeLists.txt world fix 2014-08-05 20:12:35 +04:00