1. 11 7月, 2018 1 次提交
  2. 10 7月, 2018 1 次提交
  3. 05 7月, 2018 1 次提交
  4. 04 7月, 2018 1 次提交
  5. 29 6月, 2018 1 次提交
  6. 28 6月, 2018 1 次提交
  7. 20 6月, 2018 1 次提交
  8. 14 6月, 2018 1 次提交
  9. 07 6月, 2018 1 次提交
  10. 04 6月, 2018 1 次提交
  11. 03 6月, 2018 1 次提交
  12. 31 5月, 2018 2 次提交
  13. 22 5月, 2018 1 次提交
    • A
      improve code quality · 471c1732
      Alexander Alekhin 提交于
      - eliminate rand() calls
      - non initialized members/ variables
      - unused return values
      - missing/useless NULL checks
      471c1732
  14. 17 5月, 2018 1 次提交
  15. 16 5月, 2018 2 次提交
  16. 24 4月, 2018 2 次提交
  17. 20 4月, 2018 1 次提交
  18. 16 4月, 2018 1 次提交
  19. 11 4月, 2018 1 次提交
  20. 09 4月, 2018 1 次提交
  21. 28 3月, 2018 2 次提交
  22. 26 3月, 2018 1 次提交
  23. 13 3月, 2018 1 次提交
  24. 05 3月, 2018 1 次提交
  25. 01 3月, 2018 2 次提交
  26. 22 2月, 2018 1 次提交
  27. 20 2月, 2018 1 次提交
  28. 13 2月, 2018 1 次提交
  29. 12 2月, 2018 2 次提交
    • L
      Misc. modules/ typos · 5718d09e
      luz.paz 提交于
      Found via `codespell`
      5718d09e
    • R
      dnn : Added an imagesFromBlob method to the dnn module (#10607) · b6752355
      Rémi Ratajczak 提交于
      * Added the imagesFromBlob method to the dnn module.
      
      * Rewritten imagesFromBlob based on first dkurt comments
      
      * Updated code with getPlane()
      
      * Modify comment of imagesFromBlob() in dnn module
      
      * modified comments, removed useless assertions & added OutputArrayOfArray
      
      * replaced tabs with whitespaces & put vectorOfChannels instantiation outside the loop
      
      * Changed pre-commit.sample to pre-commit in .git/hooks/
      
      * Added a test for imagesFromBlob in test_misc.cpp (dnn)
      
      * Changed nbOfImages, robustified test with cv::randu, modified assertion
      b6752355
  30. 06 2月, 2018 3 次提交
  31. 25 1月, 2018 2 次提交