1. 23 Nov, 2017 2 commits
  2. 13 Nov, 2017 1 commit
  3. 11 Nov, 2017 1 commit
  4. 10 Nov, 2017 1 commit
  5. 09 Nov, 2017 4 commits
  6. 08 Nov, 2017 3 commits
  7. 07 Nov, 2017 2 commits
  8. 04 Nov, 2017 1 commit
    • Cartucho's avatar
      Merge pull request #9736 from Cartucho/const_and_class_to_json · 7267e94b
      Cartucho authored
      * Adding constants to json file
      
      * adding sub-module to constants name
      
      * adding namespace to functions
      
      * adding namespace to classes
      
      * remove namespace from methods
      
      * static methods
      
      * python signatures generation
      
      * python: more fixes for signatures generation
      
      Python names existence can be checked via command:
      
          python -c "import cv2 as cv; print(repr(<py_name>))"
      7267e94b
  9. 03 Nov, 2017 3 commits
  10. 02 Nov, 2017 6 commits
  11. 01 Nov, 2017 2 commits
  12. 31 Oct, 2017 2 commits
  13. 30 Oct, 2017 3 commits
    • Alexander Alekhin's avatar
      core(ocl): workaround CL_OUT_OF_RESOURCES error · 7809c415
      Alexander Alekhin authored
      Flush deallocation queue before calling map/unmap
      7809c415
    • Fakabbir Amin's avatar
      Error in the documentation for cv::getRectSubPix. #9788 (#9871) · cd428fb7
      Fakabbir Amin authored
      * Error in the documentation for cv::getRectSubPix. #9788
      The function name is corrected to GetRectSubPix since, it uses the notation
      of src, dst and center. Also added the number of channel assertion criteria.
      
      * Error in the documentation for cv::getRectSubPix. #9788
      Replace dst with patch in the formula, reverted function name to
      getRectSubPix, removed BorderTypes comment line due to no explicit call
      to the function found.
      
      * Error in the documentation for cv::getRectSubPix. #9788
      Replace dst with patch in the formula, reverted function name to
      getRectSubPix, removed BorderTypes comment line due to no explicit call
      to the function found.
      cd428fb7
    • Dmitry Kurtaev's avatar
      03cefa7b
  14. 27 Oct, 2017 4 commits
  15. 26 Oct, 2017 1 commit
  16. 25 Oct, 2017 4 commits