1. 04 Jul, 2016 1 commit
  2. 01 Jul, 2016 3 commits
  3. 30 Jun, 2016 8 commits
  4. 29 Jun, 2016 5 commits
  5. 28 Jun, 2016 5 commits
  6. 27 Jun, 2016 7 commits
  7. 26 Jun, 2016 2 commits
  8. 24 Jun, 2016 5 commits
    • MYLS's avatar
      build again for OpenCL. · df5a7c8e
      MYLS authored
      I could not find the cause of the error:
      
      ```
      C:\builds_ocv\precommit_opencl\opencv\modules\ts\src\ts_perf.cpp(361):
      error: The difference between expect_max and actual_max is
      8445966.0000002384, which exceeds eps, where
      
      expect_max evaluates to 0.9999997615814209,
      
      actual_max evaluates to 8445967, and
      
      eps evaluates to 1.0000000000000001e-005.
      
      Argument "dst0" has unexpected maximal value
      ```
      
      Hope this is a false alarm.
      df5a7c8e
    • MYLS's avatar
      fixed an error in the test... · 677d4d20
      MYLS authored
      677d4d20
    • MYLS's avatar
      solve warnings and errors in test. · 959002fb
      MYLS authored
      959002fb
    • 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
    • Alexander Alekhin's avatar
      0e436c3f
  9. 23 Jun, 2016 1 commit
  10. 22 Jun, 2016 3 commits