1. 25 Apr, 2017 2 commits
    • Aleksandr Rybnikov's avatar
      053303ab
    • Vadim Pisarevsky's avatar
      refactored DNN (#1102) · 3f5b4655
      Vadim Pisarevsky authored
      * the first commit in the merged dnn: convert some public API from Blob's to Mat's
      
      * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead
      
      * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead
      
      * fixed a few compile errors
      
      * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files
      
      * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors
      
      * fixed sample compilation
      
      * suppress doxygen warnings
      
      * trying to fix python bindings generation for DNN module
      
      * temporarily disable python bindings while we refactor the module
      
      * fix win32/win64 compile errors; remove trailing whitespaces
      
      * fix win32/win64 compile errors; remove trailing whitespaces
      3f5b4655
  2. 18 Apr, 2017 2 commits
  3. 17 Apr, 2017 1 commit
    • Kiran Pradeep's avatar
      Merge pull request #493 from kiranpradeep:bg_segm_documentation_fix · 51696198
      Kiran Pradeep authored
      Correcting bgsegm module descriptions.  (#493)
      
      * Correcting bgsegm module descriptions. The algorithm implementation doesn't have multi target tracking as mentioned in original paper. it only does foreground/background segmentation.
      
      * Removing opencv_ from heading
      
      Removing opencv_ from description
      51696198
  4. 12 Apr, 2017 2 commits
  5. 11 Apr, 2017 3 commits
    • szk1509's avatar
      Merge pull request #973 from szk1509:master · 40f1ac51
      szk1509 authored
      new corner refinement method :: using the contour-lines (#973)
      
      * doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
      
      * some little corrections
      
      * samples edited
      
      * documented :)
      
      * tabs corrected
      
      * Docu corrections
      
      * refinement for all candidates
      
      * refinement for all candidates :: copy paste error corrected
      
      * comment
      40f1ac51
    • Erwan Normand's avatar
      Merge pull request #1108 from enormand:aruco-calibration-board-points · 4ed8c5eb
      Erwan Normand authored
      aruco: make public the getBoardObjectAndImagePoints function (#1108)
      
      * Made the private static getBoardObjectAndImagePoints function public to be used for calibration.
      
      * Switched the arguments detectedIds and detectedCorners, and objPoints and imgPoints on getBoardObjectandImagePoints function for consistency with calibrateCamera and calibrateCameraAruco functions.
      
      * Added the flag CV_EXPORTS_W to the getBoardObjectAndImagePoints function.
      4ed8c5eb
    • Alexander Alekhin's avatar
  6. 10 Apr, 2017 6 commits
  7. 07 Apr, 2017 2 commits
  8. 06 Apr, 2017 2 commits
  9. 03 Apr, 2017 2 commits
  10. 31 Mar, 2017 1 commit
  11. 30 Mar, 2017 1 commit
  12. 29 Mar, 2017 4 commits
  13. 28 Mar, 2017 4 commits
  14. 27 Mar, 2017 7 commits
  15. 24 Mar, 2017 1 commit