1. 31 1月, 2019 2 次提交
    • H
      Merge pull request #13718 from lochsh:svm-sigmoid-fix · 41889802
      Hannah McLaughlin 提交于
      SVM sigmoid kernel fix (issue #13621) (#13718)
      
      * Added test for sigmoid case for retrieving support vectors
      
      * undo unhelpful test
      
      * add test for sigmoid SVM with data that is easily separable into two concentric circles
      
      * Update sigmoid kernel to use tanh(gamma * <x, y> + coef0) instead of -tanh(gamma * <x, y> + coef0)
      
      * remove unnecessary constraint on coef0
      
      * cleanup
      
      * fixing inappropriate use of doubles
      
      * Add f to float literal
      
      * replace CV_Assert with ASSERT_EQ where appropriate
      41889802
    • V
      Merge pull request #13693 from terfendail:spatialgrad_wintr · 2f5af1bd
      Vitaly Tuzov 提交于
      * spatialGradient() reworked to use wide universal intrinsics
      
      * Moved row pointers inside loops
      2f5af1bd
  2. 30 1月, 2019 3 次提交
  3. 29 1月, 2019 3 次提交
  4. 28 1月, 2019 1 次提交
  5. 26 1月, 2019 1 次提交
  6. 25 1月, 2019 4 次提交
  7. 24 1月, 2019 2 次提交
  8. 22 1月, 2019 2 次提交
  9. 21 1月, 2019 4 次提交
  10. 19 1月, 2019 3 次提交
  11. 18 1月, 2019 4 次提交
  12. 17 1月, 2019 7 次提交
  13. 16 1月, 2019 4 次提交