- 04 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 15 May, 2018 1 commit
-
-
Alexander Alekhin authored
Pass --test_bigdata to allow launching of "BigData" tests.
-
- 19 Apr, 2018 1 commit
-
-
Tomoaki Teshima authored
* restore resize of carotene * clean up the source code * remove unused member function (Near) * add strict test on the border
-
- 29 Mar, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- disable "-Wsuggest-override" in tests
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 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
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Dec, 2017 1 commit
-
-
Tomoaki Teshima authored
* disable the warning in CMake, not int the code using pragma
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 06 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
during pre-commit testing
-
- 22 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
- use GTest tuple definitions instead of std::tr1 - use "const static" for cv::Size contants to reduce generated binary code - PERF_TEST_P() violates TEST_P() original semantic. Added PERF_TEST_P_() macro
-
- 28 Aug, 2017 1 commit
-
-
KUANG Fangjun authored
Add demo code for cv::reduce, cv::merge and cv::split.
-
- 23 Aug, 2017 1 commit
-
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 10 Jul, 2017 1 commit
-
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jun, 2017 1 commit
-
-
Rostislav Vasilikhin authored
-
- 29 May, 2017 1 commit
-
-
Rostislav Vasilikhin authored
* everything is put into softfloat.cpp and softfloat.hpp * WIP: try to integrate softfloat into OpenCV * extra functions removed * softfloat made stateless * CV_EXPORTS added * operators fixed * exp added, log: WIP * log32 fixed * shorter names; a lot of TODOs * log64 rewritten * cbrt32 added * minors, refactoring * "inline" -> "CV_INLINE" * cast to bool warnings fixed * several warnings fixed * fixed warning about unsigned unary minus * fixed warnings on type cast * inline -> CV_INLINE * special cases processing added (NaNs, Infs, etc.) * constants for NaN and Inf added * more macros and helper functions added * added (or fixed) tests for pow32, pow64, cbrt32 * exp-like functions fixed * minor changes * fixed random number generation for tests * tests for exp32 and exp64: values are compared to SoftFloat-based naive implementation * minor warning fix * pow(f, i) 32/64: special cases handling added * unused functions removed * refactoring is in progress (not compiling) * CV_inline added * unions {uint_t, float_t} removed * tests compilation fixed * static const members -> static methods returning const * reinterpret_cast * warning fixed * const-ness fixed * all FP calculations (even compile-time) are done in SoftFloat + minor fixes * pow(f, i) removed from interface (can cause incorrect cast) to internals of pow(f, f), tests fixed * CV_INLINE -> inline * internal constants moved to .cpp file * toInt_minMag() methods merged into toInt() methods * macros moved to .cpp file * refactoring: types renamed to softfloat and softdouble; explicit constructors, etc. * toFloat(), toDouble() -> operator float(), operator double() * removed f32/f64 prefixes from functions names * toType() methods removed, round() and trunc() functions added * minor change * minors * MSVC: warnings fixed * added int cvRound(), cvFloor, cvCeil, cvTrunc, saturate_cast<T>() * typo fixed * type cast fixed
-
- 09 Feb, 2017 1 commit
-
-
Adeel authored
taken from https://github.com/google/googletest/pull/856
-
- 02 Feb, 2017 1 commit
-
-
msk-repo01 authored
fix for opencv/opencv#8105, compilation issue with mingw32 (in google/googletest#721 a similar issue was solved and the reason was described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION as two separate (equivalent) structs, instead of using typedef)
-
- 12 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 12 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 29 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
* restore Google Test 1.7.0 (get patch) * ts: update Google Test to 1.8.0 release https://github.com/google/googletest * ts: re-apply OpenCV patch for gtest * ts: fixes for gtest 1.8.0 * ts: workaround MSVS2015 problem in gtest
-
- 26 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 18 Nov, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 04 Aug, 2016 1 commit
-
-
Vadim Pisarevsky authored
2. fixed parsing of "cat[range_spec]ord[range_spec]" type specification string when using ml::TrainData::loadFromCSV(). Thanks to A. Kaehler for reporting it
-
- 19 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 17 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 14 Apr, 2016 1 commit
-
-
StevenPuttemans authored
-
- 11 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-