1. 19 Jul, 2018 1 commit
  2. 04 Jun, 2018 1 commit
  3. 15 May, 2018 1 commit
  4. 19 Apr, 2018 1 commit
  5. 29 Mar, 2018 1 commit
  6. 28 Mar, 2018 1 commit
  7. 13 Feb, 2018 1 commit
  8. 07 Feb, 2018 1 commit
  9. 03 Feb, 2018 1 commit
    • Alexander Alekhin's avatar
      ts: refactor OpenCV tests · 4a297a24
      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
      4a297a24
  10. 02 Feb, 2018 1 commit
  11. 27 Dec, 2017 1 commit
  12. 21 Dec, 2017 1 commit
  13. 13 Dec, 2017 1 commit
  14. 07 Dec, 2017 1 commit
  15. 06 Dec, 2017 1 commit
  16. 22 Sep, 2017 1 commit
    • Alexander Alekhin's avatar
      ts: update perf test · b8af7c5f
      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
      b8af7c5f
  17. 28 Aug, 2017 1 commit
  18. 23 Aug, 2017 1 commit
    • Pavel Vlasov's avatar
      ICV2017u3 package update; · a57718e1
      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;
      a57718e1
  19. 10 Jul, 2017 1 commit
  20. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      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
      c8783f3e
  21. 26 Jun, 2017 1 commit
  22. 21 Jun, 2017 1 commit
  23. 14 Jun, 2017 1 commit
  24. 29 May, 2017 1 commit
    • Rostislav Vasilikhin's avatar
      SoftFloat integrated (#8668) · c6a3a188
      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
      c6a3a188
  25. 09 Feb, 2017 1 commit
  26. 02 Feb, 2017 1 commit
    • msk-repo01's avatar
      Fix for opencv/opencv#8105 (compiling with mingw32) · 9a1835ce
      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)
      9a1835ce
  27. 12 Jan, 2017 1 commit
  28. 15 Dec, 2016 1 commit
  29. 12 Dec, 2016 1 commit
  30. 29 Nov, 2016 1 commit
  31. 28 Nov, 2016 1 commit
  32. 26 Nov, 2016 1 commit
  33. 18 Nov, 2016 1 commit
  34. 07 Oct, 2016 1 commit
  35. 30 Sep, 2016 1 commit
  36. 17 Aug, 2016 1 commit
  37. 04 Aug, 2016 1 commit
    • Vadim Pisarevsky's avatar
      1. fix warning from Xcode 7.x · d7ee62f0
      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
      d7ee62f0
  38. 19 Jul, 2016 1 commit
  39. 17 Apr, 2016 1 commit
  40. 14 Apr, 2016 1 commit