1. 16 12月, 2022 2 次提交
  2. 16 2月, 2021 1 次提交
  3. 18 11月, 2020 1 次提交
  4. 04 8月, 2020 1 次提交
  5. 31 8月, 2019 1 次提交
  6. 05 6月, 2019 1 次提交
  7. 19 5月, 2019 1 次提交
  8. 16 11月, 2018 1 次提交
  9. 05 11月, 2018 1 次提交
  10. 07 9月, 2018 1 次提交
  11. 17 8月, 2018 1 次提交
  12. 13 7月, 2018 1 次提交
  13. 01 6月, 2018 1 次提交
  14. 28 3月, 2018 2 次提交
  15. 08 3月, 2018 1 次提交
  16. 05 3月, 2018 1 次提交
  17. 19 1月, 2018 1 次提交
  18. 17 1月, 2018 1 次提交
  19. 13 1月, 2018 1 次提交
  20. 06 1月, 2018 1 次提交
  21. 28 11月, 2017 1 次提交
  22. 27 11月, 2017 1 次提交
  23. 01 10月, 2017 1 次提交
  24. 18 9月, 2017 1 次提交
  25. 15 9月, 2017 1 次提交
  26. 11 9月, 2017 1 次提交
  27. 09 9月, 2017 1 次提交
  28. 08 9月, 2017 1 次提交
    • S
      Feedback. · fda1e767
      saskatchewancatch 提交于
      Still need to remove the descriptions of these flags from cv::norm
      fda1e767
  29. 07 9月, 2017 1 次提交
  30. 05 9月, 2017 1 次提交
    • C
      Add multi-channel mask support to mean, meanStdDev and setTo · 46a668c5
      Christof Kaufmann 提交于
      This adds the possibility to use multi-channel masks for the functions
      cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a
      probability to use multi-channel masks for operations that support them.
      This also includes Mat::copyTo, which supported multi-channel masks
      before, but there was no test confirming this.
      46a668c5
  31. 28 8月, 2017 1 次提交
  32. 15 8月, 2017 1 次提交
    • R
      Merge pull request #9329 from savuor:softfloat_sincos · 66b06516
      Rostislav Vasilikhin 提交于
      SoftFloat: added sin, cos and docs (#9329)
      
      * softfloat: comparison operators made inline, min() max() eps() isSubnormal() added
      
      * softfloat: get/set sign/exp
      
      * softfloat: get/set frac
      
      * softfloat: tests rewritten with new tools
      
      * softfloat: added pi(), sin(), cos()
      
      * softfloat: more comments
      
      * softfloat: updated sincos arg reduction
      
      * softfloat: initial tests for sincos added
      
      * softfloat: test works, code cleanup is pending
      
      * softfloat: sincos argreduce rewritten
      
      * softfloat: sincos refactored and simplified
      
      * softfloat sincos: epsilons calibrated
      
      * softfloat: junk code removed from tests
      
      * softfloat: docs added
      
      * inline comparisons undone; warning fixed
      66b06516
  33. 13 8月, 2017 1 次提交
  34. 30 7月, 2017 1 次提交
  35. 08 6月, 2017 1 次提交
  36. 29 5月, 2017 1 次提交
    • R
      SoftFloat integrated (#8668) · c6a3a188
      Rostislav Vasilikhin 提交于
      * 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
  37. 10 4月, 2017 1 次提交
  38. 13 3月, 2017 1 次提交