- 07 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
* core(test): merge hang test * core(merge/split): fix intrin optimization
-
- 24 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 12 Jun, 2018 1 commit
-
-
yuki takehara authored
* setTo_#10507 * setTo_Nan_10507 * setTo: update check / test for NaNs
-
- 15 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Apr, 2018 1 commit
-
-
yuki takehara authored
* fix #9720 * Add regression test * Fix calculation method for scale
-
- 22 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 17 Feb, 2018 1 commit
-
-
Patrik Huber authored
* Make <array> #ifdef true for MSVC I think MSVC had `std::array` for quite a while (possibly going back as far as VS 2012, but it's definitely there in 2015 and 2017. So I think `_MSC_VER` `1900` is a safe bet. Probably `1800` and maybe even `1700` could work as well but I can't test that locally. * fix test
-
- 12 Feb, 2018 1 commit
-
-
yuki takehara authored
* Add new Mat constructor * Fix build error * Fix build error * Fixed the code about 4 comments * Fixed three comments * delete previous local declaration * fix build error
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 12 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
- CV_L2 -> relative NORM_L2 - eigenEps: 1e-6 ==> 1e-4 - evalEps: 1e-6 ==> 1e-5 - evecEps: 1e-3 ==> 5e-3 - RNG seed: 12345 - drop non-informative legacy test code (ts->printf, etc)
-
- 11 Oct, 2017 1 commit
-
-
berak authored
-
- 10 Oct, 2017 1 commit
-
-
tz70s authored
The original template based mat ptr for indexing is not implemented, add the similar implementation as uchar type, but cast to user-defined type from the uchar pointer.
-
- 07 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 01 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
Add constructors taking initializer_list for some of OpenCV data types (#9034) * Add a constructor taking initializer_list for Matx * Add a constructor taking initializer list for Mat and Mat_ * Add one more method to initialize Mat to the corresponding tutorial * Add a note how to initialize Matx * CV_CXX_11->CV_CXX11
-
- 03 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 23 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 19 Apr, 2017 1 commit
-
-
Arnaud Brejeon authored
Add support for std::array<T, N> (#8535) * Add support for std::array<T, N> * Add std::array<Mat, N> support * Remove UMat constructor with std::array parameter
-
- 24 Mar, 2017 1 commit
-
-
Julian Exner authored
This test case uses a matrix with more dimensions than columns. Without the fix in https://github.com/opencv/opencv/pull/8448/commits/b45e784bebe318826bb48a41023db3fe1660d91e this crashes with a segmentation fault, hangs or simply fails with wrong values.
-
- 15 Dec, 2016 1 commit
-
-
Addison Elliott authored
Currently, to select a submatrix of a N-dimensional matrix, it requires two lines of code while only one line of code is required if using a 2D array. I added functionality to be able to select an N-dim submatrix using a vector list instead of a Range pointer. This allows initializer lists to be used for a one-line selection.
-
- 07 Sep, 2016 2 commits
-
-
- 03 Sep, 2016 1 commit
-
-
- 19 Jul, 2016 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 15 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 21 Aug, 2015 1 commit
-
-
Vitaliy Lyudvichenko authored
-
- 08 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 02 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2015 1 commit
-
-
Youssef Kashef authored
add template specialization Mat::push_back() for MatExpr paramters extend push_back MatExpr to mat in unit test cast to object instead of reference test with multi-row MatExpr input
-
- 16 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 14 May, 2015 1 commit
-
-
- 02 May, 2015 2 commits
-
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 29 Apr, 2015 1 commit
-
-