1. 29 Jan, 2014 1 commit
  2. 28 Jan, 2014 1 commit
  3. 17 Jan, 2014 1 commit
  4. 20 Nov, 2013 1 commit
  5. 12 Sep, 2013 1 commit
  6. 06 Sep, 2013 1 commit
    • Vladislav Vinogradov's avatar
      Merge branch 'master' into gpu-cuda-rename · 0c7663eb
      Vladislav Vinogradov authored
      Conflicts:
      	modules/core/include/opencv2/core/cuda.hpp
      	modules/cudacodec/src/thread.cpp
      	modules/cudacodec/src/thread.hpp
      	modules/superres/perf/perf_superres.cpp
      	modules/superres/src/btv_l1_cuda.cpp
      	modules/superres/src/optical_flow.cpp
      	modules/videostab/src/global_motion.cpp
      	modules/videostab/src/inpainting.cpp
      	samples/cpp/stitching_detailed.cpp
      	samples/cpp/videostab.cpp
      	samples/gpu/stereo_multi.cpp
      0c7663eb
  7. 05 Sep, 2013 1 commit
  8. 27 Aug, 2013 1 commit
  9. 23 Aug, 2013 1 commit
  10. 22 Aug, 2013 1 commit
  11. 11 Apr, 2013 1 commit
  12. 01 Apr, 2013 1 commit
  13. 22 Mar, 2013 2 commits
  14. 19 Mar, 2013 1 commit
  15. 13 Mar, 2013 2 commits
  16. 25 Feb, 2013 1 commit
  17. 14 Feb, 2013 1 commit
    • Markus Schoeler's avatar
      Added two kernels to existing SVM framework · 7cab6798
      Markus Schoeler authored
      Histogram intersection kernel (accessible by using SVM::INTER in CV namespace as kernel_type)
      Exponetial chi2 kernel (accessible by using SVM::CHI2 in CV namespace as kernel_type)
      
      Formulars:
      Exp-CHI2
      k(x,y) = exp(-gamma * CHI2(x,y))
      CHI2(x,y) = 1- 2* SUM_i[(xi-yi)²/(xi+yi)]
      
      Intersec
      k(x,y) = SUM_i[min(xi,yi)]
      7cab6798
  18. 01 Feb, 2013 10 commits
  19. 31 Jan, 2013 1 commit
  20. 16 Oct, 2012 5 commits
  21. 09 Oct, 2012 1 commit
  22. 08 Oct, 2012 1 commit
  23. 07 Sep, 2012 1 commit
  24. 15 Jun, 2012 2 commits