1. 14 7月, 2016 1 次提交
  2. 07 7月, 2016 1 次提交
  3. 30 6月, 2016 1 次提交
  4. 28 6月, 2016 1 次提交
  5. 27 6月, 2016 3 次提交
  6. 24 6月, 2016 1 次提交
  7. 03 6月, 2016 1 次提交
  8. 30 5月, 2016 1 次提交
  9. 20 5月, 2016 1 次提交
  10. 19 5月, 2016 1 次提交
  11. 11 5月, 2016 1 次提交
  12. 29 4月, 2016 1 次提交
    • J
      cppcheck: fix some reports · a29c814b
      Julien Nabet 提交于
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b
  13. 23 4月, 2016 2 次提交
  14. 19 4月, 2016 1 次提交
  15. 18 4月, 2016 1 次提交
  16. 14 4月, 2016 1 次提交
  17. 01 4月, 2016 1 次提交
  18. 30 3月, 2016 1 次提交
  19. 29 3月, 2016 1 次提交
    • A
      kalman.py was broken totally · 2be805ce
      Anatoly Orlov 提交于
      1. Following condition is True on each iteration becuase -1 % 0xFF is 255 not -1
      
      code = cv2.waitKey(100) % 0x100
      if code != -1:
         break
      
      this were resetting point position on each cycle not on key press as intended
      
      2. Previous small bug were masking serious bug with matrix operation on matrices of incorrect size.
         As the result on 2nd iteration of internal cycle program has crushed.
      
         I have fixed it too, matrix operation was taken from examples/cpp/kalman.cpp where it looks like
         randn( processNoise, Scalar(0), Scalar::all(sqrt(KF.processNoiseCov.at<float>(0, 0))));
         which is something totally different from previous code here.
      
         Example behave as it should now, i.e. point moving by circle trajectory as in C++ example.
      2be805ce
  20. 25 3月, 2016 1 次提交
  21. 24 3月, 2016 1 次提交
  22. 19 3月, 2016 1 次提交
  23. 16 3月, 2016 1 次提交
  24. 14 3月, 2016 1 次提交
  25. 03 3月, 2016 8 次提交
  26. 26 2月, 2016 2 次提交
  27. 25 2月, 2016 1 次提交
  28. 24 2月, 2016 1 次提交
  29. 15 2月, 2016 1 次提交