1. 04 Sep, 2017 1 commit
    • Alexander Alekhin's avatar
      fix CUDA build · 164a41b3
      Alexander Alekhin authored
      CUDA implementation wants to convert std::vector<KeyPoint> <-> GpuMat.
      There is no direct mapping from KeyPoint (mix of int/float fields)
      into cv::Mat element type, so this conversion must be avoided.
      
      Legacy mode is turned back for CUDA builds.
      164a41b3
  2. 22 Aug, 2017 1 commit
  3. 20 Aug, 2017 1 commit
  4. 19 Aug, 2017 1 commit
  5. 26 Jul, 2017 1 commit
  6. 25 Jul, 2017 1 commit
  7. 19 Jul, 2017 1 commit
  8. 30 Jun, 2017 1 commit
  9. 21 Jun, 2017 2 commits
  10. 20 Jun, 2017 1 commit
  11. 25 Apr, 2017 1 commit
  12. 24 Mar, 2017 1 commit
  13. 23 Mar, 2017 1 commit
  14. 13 Feb, 2017 1 commit
  15. 23 Jan, 2017 1 commit
  16. 20 Jan, 2017 1 commit
    • Dal Rupnik's avatar
      Merge pull request #8009 from Legoless:master · e71ff78f
      Dal Rupnik authored
      CMake: Building Dynamic Framework on iOS (#8009)
      
      * Updated python script with dynamic parameter
      
      Updated python script to build static library by default
      
      Updated python script to include bitcode flag
      
      Added bitcode flag to c flags
      
      Fixed directories and targets with static
      
      Bitcode parameter fixed
      
      Fixed script for static library
      
      Fixed parameters in build function
      
      Updated cmake common toolchain
      
      Added changes to OpenCV Utils
      
      Updates to cmake
      
      Added cache internal
      
      Updates to common toolchain
      
      Fixed path in framework destination and added UIKit dependency
      
      Dynamic plist for framework
      
      Lib version removed hardcoded value
      
      Removed trailing whitespace in toolchain
      
      * Removed trailing whitespace
      
      * Fixed typo in comment
      
      * Renamed bitcode variable to bitcodedisabled
      
      * Fixed target device family
      e71ff78f
  17. 19 Dec, 2016 1 commit
  18. 16 Dec, 2016 1 commit
  19. 15 Dec, 2016 3 commits
  20. 01 Dec, 2016 2 commits
  21. 29 Nov, 2016 1 commit
  22. 27 Nov, 2016 4 commits
  23. 07 Oct, 2016 1 commit
  24. 04 Oct, 2016 2 commits
  25. 03 Oct, 2016 1 commit
  26. 26 Aug, 2016 1 commit
  27. 08 Jul, 2016 1 commit
  28. 28 Jun, 2016 1 commit
  29. 22 Jun, 2016 1 commit
  30. 20 Jun, 2016 1 commit
    • Alexander Alekhin's avatar
      cmake: refactoring of OpenCVConfig · c6c65121
      Alexander Alekhin authored
      - removed OpenCV_LIB_DIR* vars (they are broken and not required anymore)
      - OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support
      - removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE
      - fix hard-coded relative paths for OpenCV_INSTALL_PATH
      - removed OpenCV_TBB_ARCH
      - switch OpenCVConfig.cmake into 2-level mode for Android SDK
      c6c65121
  31. 15 Jun, 2016 1 commit
  32. 18 Apr, 2016 1 commit