1. 14 Jun, 2018 3 commits
  2. 13 Jun, 2018 5 commits
  3. 12 Jun, 2018 1 commit
  4. 11 Jun, 2018 1 commit
  5. 10 Jun, 2018 2 commits
  6. 09 Jun, 2018 12 commits
  7. 08 Jun, 2018 14 commits
  8. 07 Jun, 2018 2 commits
    • Alexander Alekhin's avatar
      highgui(win32): improve waitKey() timeout condition · 8620bd5a
      Alexander Alekhin authored
      - use cv::getTickCount() instead of Win32 GetTickCount()
      - process message queue before timeout exit
      8620bd5a
    • rockzhan's avatar
      Merge pull request #11649 from rockzhan:dnn_dw_prelu · 1187a7fa
      rockzhan authored
      dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu]  (#11649)
      
      * this can make sure [depthwise conv(group=1) + bn + prelu] output not shift
      
      * add TEST to show the output mismatch in [DWconv+Prelu]
      
      * fix typo
      
      * change loading image to init cvMat directly
      
      * build runtime model, without loading external model
      
      * remove whitespace
      
      * change way to create a cvmat
      
      * add bias_term, add target output
      
      * fix [dwconv + prelu] value mismatch when no optimizations
      
      * fix Test error when change output channels
      
      * add parametric test
      
      * change num_output to group value
      
      * change conv code and change test back
      1187a7fa