1. 11 Jul, 2016 1 commit
    • Arthur Cinader's avatar
      Implement PR feedback: · 0ed250cb
      Arthur Cinader authored
      1. Explain grayscale input still read as three channel
      2. Fix typo
      3. Add more details to image match explanation to include the use of masks
      0ed250cb
  2. 05 Jul, 2016 1 commit
  3. 01 Jul, 2016 1 commit
  4. 30 Jun, 2016 7 commits
  5. 29 Jun, 2016 5 commits
  6. 28 Jun, 2016 4 commits
  7. 27 Jun, 2016 5 commits
  8. 26 Jun, 2016 2 commits
  9. 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
  10. 23 Jun, 2016 1 commit
  11. 22 Jun, 2016 4 commits
  12. 21 Jun, 2016 4 commits