1. 08 Jul, 2016 1 commit
  2. 30 Jun, 2016 1 commit
  3. 24 Jun, 2016 1 commit
    • MYLS's avatar
      Split `cvWriteRawData_Base64` into three functions · 7c92ee2e
      MYLS authored
      The three new functions:
      
      ```cpp
      void cvStartWriteRawData_Base64(::CvFileStorage * fs, const char* name,
      int len, const char* dt);
      void cvWriteRawData_Base64(::CvFileStorage *
      fs, const void* _data, int len);
      void
      cvEndWriteRawData_Base64(::CvFileStorage * fs);
      ```
      
      Test is also updated. (And it's remarkable that there is a bug in
      `cvWriteReadData`.)
      7c92ee2e
  4. 20 Jun, 2016 1 commit
    • MYLS's avatar
      change the parameter to `CvMat` and `CvMatND` · 29921d05
      MYLS authored
      ```cpp
      cvWriteMat_Base64(::cv::FileStorage & fs, ::cv::String const & name,
      ::cv::Mat const & mat)
      ```
      becomes:
      ```cpp
      CV_EXPORTS void cvWriteMat_Base64(::CvFileStorage* fs, const char* name,
      const ::CvMat* mat);
      CV_EXPORTS void
      cvWriteMatND_Base64(::CvFileStorage* fs, const char* name, const
      ::CvMatND* mat);
      ```
      29921d05
  5. 18 Jun, 2016 5 commits
    • MYLS's avatar
      solve warning for IOS · 9faa2a7f
      MYLS authored
      Two test are still needed:
      
      1. Verify the Base64 data.
      2. Read an old YML file for compatibility test.
      9faa2a7f
    • MYLS's avatar
      Solve warnings, and adjusted the test case. · 958263d2
      MYLS authored
      958263d2
    • MYLS's avatar
      fix errors from test. · 882e4221
      MYLS authored
      Two other test are still needed.
      
      1. Verify the Base64 data.
      2. Read an old YML file for compatibility test.
      882e4221
    • MYLS's avatar
      fix most coding style warnings and errors · d1b097f4
      MYLS authored
      d1b097f4
    • MYLS's avatar
      Add Base64 support for FileStorage · ecd827fc
      MYLS authored
      [GSoC] FileStorage:
      Add base64 support for reading and writting XML\YML file.
      The two new functions:
      ```
      void cvWriteRawData_Base64(cv::FileStorage & fs, const void* _data, int
      len, const char* dt);
      void cvWriteMat_Base64(cv::FileStorage & fs, cv::String const & name,
      cv::Mat const & mat);
      ```
      ecd827fc
  6. 07 Jun, 2016 1 commit
  7. 03 Jun, 2016 1 commit
  8. 31 May, 2016 1 commit
  9. 25 May, 2016 1 commit
  10. 21 May, 2016 1 commit
  11. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      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
  12. 19 Apr, 2016 2 commits
  13. 18 Apr, 2016 1 commit
  14. 11 Apr, 2016 2 commits
  15. 08 Apr, 2016 3 commits
  16. 07 Apr, 2016 2 commits
  17. 29 Mar, 2016 2 commits
  18. 25 Mar, 2016 1 commit
  19. 14 Mar, 2016 1 commit
  20. 13 Mar, 2016 1 commit
  21. 11 Mar, 2016 1 commit
  22. 18 Feb, 2016 2 commits
  23. 11 Feb, 2016 2 commits
  24. 09 Feb, 2016 1 commit
  25. 08 Feb, 2016 1 commit
  26. 03 Feb, 2016 1 commit
  27. 26 Jan, 2016 1 commit
  28. 14 Jan, 2016 1 commit