1. 14 Jun, 2018 1 commit
  2. 13 Jun, 2018 4 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 5 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
    • David's avatar
      Added ResizeBilinear op for tf (#11050) · 7175f257
      David authored
      * Added ResizeBilinear op for tf
      
      Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
      
      Minor changes to tf_importer and resize layer to save some code lines
      
      Minor changes in init.cpp
      
      Minor changes in tf_importer.cpp
      
      * Replaced implementation of a custom ResizeBilinear layer to all layers
      
      * Use Mat::ptr. Replace interpolation flags
      7175f257
    • Maksim Shabunin's avatar
    • Alexander Alekhin's avatar
      python: support standalone Python bindings build · dd7f88bd
      Alexander Alekhin authored
      - requires OpenCV source directory
      - requires OpenCV binary directory with built modules and 'python_bindings_generator' target
      dd7f88bd