1. 05 7月, 2021 3 次提交
  2. 04 7月, 2021 1 次提交
  3. 03 7月, 2021 8 次提交
  4. 02 7月, 2021 1 次提交
  5. 01 7月, 2021 7 次提交
  6. 30 6月, 2021 5 次提交
  7. 22 6月, 2021 1 次提交
  8. 21 6月, 2021 2 次提交
  9. 20 6月, 2021 1 次提交
  10. 19 6月, 2021 1 次提交
  11. 18 6月, 2021 1 次提交
  12. 16 6月, 2021 1 次提交
  13. 15 6月, 2021 1 次提交
    • V
      Fix potential NaN in cv::norm. · c8268e65
      Vincent Rabaud 提交于
      There can be an int overflow.
      cv::norm( InputArray _src, int normType, InputArray _mask ) is fine,
      not cv::norm( InputArray _src1, InputArray _src2, int normType, InputArray _mask ).
      c8268e65
  14. 13 6月, 2021 1 次提交
    • T
      Merge pull request #19842 from gasparitiago:3.4 · 3cf43753
      Tiago De Gaspari 提交于
      Update rotatedRectangleIntersection function to calculate near to origin
      
      * Change type used in points function from RotatedRect
      
      In the function that sets the points of a RotatedRect, the types
      
      should be double in order to keep the precision when dealing with
      RotatedRects that are defined far from the origin.
      
      This commit solves the problem in some assertions from
      rotatedRectangleIntersection when dealing with rectangles far from
      origin.
      
      * added proper type casts
      
      * Update rotatedRectangleIntersection function to calculate near to origin
      
      This commit changes the rotatedRectangleIntersection function in order
      to calculate the intersection of two rectangles considering that they
      are shifted near the coordinates origin (0, 0).
      
      This commit solves the problem in some assertions from
      rotatedRectangleIntersection when dealing with rectangles far from
      origin.
      
      * Revert type changes in types.cpp and adequate code to c++98
      
      * Revert unnecessary casts on types.cpp
      Co-authored-by: NVadim Pisarevsky <vadim.pisarevsky@gmail.com>
      3cf43753
  15. 12 6月, 2021 1 次提交
  16. 11 6月, 2021 1 次提交
  17. 10 6月, 2021 1 次提交
  18. 09 6月, 2021 3 次提交