1. 28 Jan, 2013 1 commit
  2. 25 Jan, 2013 1 commit
  3. 23 Jan, 2013 3 commits
    • Vladislav Vinogradov's avatar
      optimizations: · 281d036f
      Vladislav Vinogradov authored
      - new reduce implementation (with kepler optimizations)
      - saturate_cast via asm command
      - video SIMD instructions in element operations
      - float arithmetics instead of double
      - new deviceSupports function
      281d036f
    • Vladislav Vinogradov's avatar
      fixes for gpu module: · ae6266e1
      Vladislav Vinogradov authored
      - fixed printCudaDeviceInfo for new CC
      - fixed some compilation errors and warnings
      - removed unset command from CMake script
      - removed unused std imports
      ae6266e1
    • Andrey Kamaev's avatar
      Quiet output of cv::error in Java tests · caa2c06e
      Andrey Kamaev authored
      Introduced new Java API
      void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
      used to suppress output to stderr from OpenCV's asserts
      caa2c06e
  4. 22 Dec, 2012 1 commit
  5. 18 Dec, 2012 1 commit
  6. 08 Dec, 2012 1 commit
    • Andrey Kamaev's avatar
      Refactored run.py script and temporary file generation logic · 7c6191ec
      Andrey Kamaev authored
      * use OPENCV_TEMP_PATH environment variable on all platforms
      * fix cleanup after OpenCV tests on Windows
      * add --list flag to output names of all tests found
      * do not override user-passed --perf_min_samples and --perf_force_samples
        options by --check flag
      * fix complier checks inside run.py
      7c6191ec
  7. 28 Nov, 2012 1 commit
  8. 09 Nov, 2012 1 commit
  9. 08 Nov, 2012 1 commit
  10. 01 Nov, 2012 1 commit
  11. 26 Oct, 2012 1 commit
    • Andrey Kamaev's avatar
      Fix SHORT data type support in Algorithm · 84934f7b
      Andrey Kamaev authored
      * typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
        on attempt to set type property for FAST using setter inherited from Algorithm
      * added short type support to read/write methods
      * improved some error messages
      84934f7b
  12. 23 Oct, 2012 3 commits
  13. 22 Oct, 2012 2 commits
  14. 21 Oct, 2012 1 commit
  15. 19 Oct, 2012 2 commits
  16. 18 Oct, 2012 1 commit
  17. 17 Oct, 2012 1 commit
  18. 16 Oct, 2012 2 commits
  19. 15 Oct, 2012 5 commits
  20. 12 Oct, 2012 1 commit
  21. 11 Oct, 2012 4 commits
  22. 10 Oct, 2012 5 commits