1. 07 6月, 2016 1 次提交
  2. 24 2月, 2016 1 次提交
  3. 19 2月, 2016 1 次提交
  4. 12 1月, 2016 2 次提交
  5. 08 1月, 2016 1 次提交
  6. 18 12月, 2015 1 次提交
  7. 14 12月, 2015 1 次提交
  8. 11 12月, 2015 2 次提交
  9. 09 12月, 2015 1 次提交
  10. 25 11月, 2015 1 次提交
  11. 19 11月, 2015 1 次提交
  12. 30 8月, 2015 1 次提交
  13. 24 7月, 2015 1 次提交
    • S
      Adding new HAL-accelerated MODE_SGBM_3WAY · aea41573
      sbokov 提交于
      New mode is approximately 2-3 times faster than MODE_SGBM
      with minimal degradation in quality and uses universal
      HAL intrinsics. A performance test was added. The accuracy
      test was updated to support the new mode.
      aea41573
  14. 17 7月, 2015 1 次提交
  15. 10 7月, 2015 1 次提交
  16. 03 6月, 2015 1 次提交
  17. 23 5月, 2015 1 次提交
  18. 23 4月, 2015 1 次提交
    • M
      Add example data types for calibrateCamera call · 5ffb53f2
      Martin Ueding 提交于
      It took me a while to figure out what was meant with
      
          OpenCV Error: Assertion failed (i < 0) in getMat
      
      While searching for this error message I found [a list of error
      messages](https://adventuresandwhathaveyou.wordpress.com/2014/03/14/opencv-error-messages-suck/)
      which also explained what the problem was: The data type for `rvecs` was
      not a simple `cv::Mat` but a `std::vector<cv::Mat>`.
      
      After I fixed that, I got the next error message:
      
          OpenCV Error: Assertion failed (ni > 0 && ni == ni1) in
          collectCalibrationData, file
          /build/buildd/opencv-2.4.9+dfsg/modules/calib3d/src/calibration.cpp,
          line 3193
      
      The problem here was that my data type for the `objectPoints` was just
      `vector<Vec3f>` and not `vector<vector<Vec3f>>`.
      
      In order to save other people the time looking for this, I added
      explicit examples of the needed data types into the documentation of the
      function. I had to re-read the current version a couple of times until I
      can read the needed levels of `vector<>`. Having this example would have
      really helped me there.
      5ffb53f2
  19. 14 4月, 2015 1 次提交
  20. 06 3月, 2015 1 次提交
  21. 04 2月, 2015 1 次提交
  22. 09 1月, 2015 1 次提交
  23. 19 12月, 2014 1 次提交
  24. 16 12月, 2014 1 次提交
  25. 07 6月, 2013 1 次提交
  26. 18 4月, 2013 2 次提交
  27. 22 3月, 2013 1 次提交
  28. 07 9月, 2011 1 次提交
  29. 06 9月, 2011 1 次提交