- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 25 Sep, 2017 1 commit
-
-
Rostislav Vasilikhin authored
-
- 22 Sep, 2017 1 commit
-
-
vipinanand4 authored
Added gradiantSize param into goodFeaturesToTrack API (#9618) * Added gradiantSize param into goodFeaturesToTrack API Removed hardcode value 3 in goodFeaturesToTrack API, and added new param 'gradinatSize' in this API so that user can pass any gradiant size as 3, 5 or 7. Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> * fixed compilation error for java test Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> * Modifying code for previous binary compatibility and fixing other warnings fixed ABI break issue resolved merged conflict compilation error fix Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 21 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 16 Dec, 2016 6 commits
-
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 26 Jul, 2016 1 commit
-
-
Matthew Self authored
When using OCL, the results of goodFeaturesToTrack() vary slightly from run to run. This appears to be because the order of the results from the findCorners kernel depends on thread execution and the sorting function that is used at the end to rank the features only enforces are partial sort order. This does not materially impact the quality of the results, but it makes it hard to build regression tests and generally introduces noise into the system that should be avoided. An easy fix is to change the sort function to enforce a total sort on the features, even in cases where the match quality is exactly the same for two features.
-
- 07 Dec, 2015 1 commit
-
-
ausentso authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 28 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 29 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 11 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 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
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 03 Apr, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 06 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 03 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 20 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 28 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 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.
-
- 20 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-