- 17 Aug, 2014 1 commit
-
-
Shubhra Pandit authored
-cv::findHomography added a parameter for RANSAC iterations -cv::findHomography added a parameter for RANSAC confidence
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 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
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 28 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 Mar, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
-
- 12 Jan, 2013 1 commit
-
-
jmbuena authored
-
- 11 Jan, 2013 1 commit
-
-
jmbuena authored
Changed RANSAC Homography estimation for speed. Each minimal set is checked for consistency before actually fit a candidate homography.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 12 Oct, 2012 1 commit
-
-
Daniil Osokin authored
-
- 02 Jul, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 26 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 26 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
-
- 23 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 27 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
switched from 8-point kernel to 7-point kernel in the fundamental matrix estimator (fixes some corner cases; see ticket #434)
-
- 06 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
-
- 06 Jun, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-