1. 30 Aug, 2018 1 commit
  2. 17 Aug, 2018 1 commit
  3. 11 Jul, 2018 1 commit
  4. 28 Mar, 2018 1 commit
  5. 15 Mar, 2018 1 commit
  6. 08 Feb, 2018 1 commit
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0
  7. 09 Sep, 2017 3 commits
  8. 14 Jul, 2017 1 commit
    • Vladislav Sovrasov's avatar
      Merge pull request #9034 from sovrasov:mats_from_initializer_list · e5fbb4f5
      Vladislav Sovrasov authored
      Add constructors taking initializer_list for some of OpenCV data types (#9034)
      
      * Add a constructor taking initializer_list for Matx
      
      * Add a constructor taking initializer list for Mat and Mat_
      
      * Add one more method to initialize Mat to the corresponding tutorial
      
      * Add a note how to initialize Matx
      
      * CV_CXX_11->CV_CXX11
      e5fbb4f5
  9. 30 Jun, 2017 1 commit
  10. 28 Jun, 2017 2 commits
  11. 27 Feb, 2017 1 commit
  12. 23 Feb, 2017 1 commit
    • vskarlsruhe's avatar
      Update AddingImages.cpp · 56cedfc4
      vskarlsruhe authored
      If-condition was always true (alpha = 0.5 is set in Line 19).
      Now the user input is checked to be between 0 and 1.
      This is correct in the tutorial code for OpenCV 2.4.
      56cedfc4
  13. 10 Jan, 2017 1 commit
  14. 15 Dec, 2016 1 commit
    • Cartucho's avatar
      GSoC 2016 - Adding ALIASES for tutorial (#7041) · fcddfa4f
      Cartucho authored
      * GSoC 2016 - Adding toggle files to be used by tutorials.
      
      Add a toggle option for tutorials.
      * adds a button on the HTML tutorial pages to switch between blocks
      * the default option is for languages: one can write a block
      for C++ and another one for Python without re-writing the tutorial
      
      Add aliases to the doxyfile.
      * adding alises to make a link to previous and next tutorial.
      * adding alias to specify the toggle options in the tutorials index.
      * adding alias to add a youtube video directly from link.
      
      Add a sample tutorial (mat_mask_opertaions) using the developed aliases:
      * youtube alias
      * previous and next tutorial alias
      * buttons
      * languages info for tutorial table of content
      * code referances with snippets (and associated sample code files)
      
      * Removing the automatic ordering.
      Adding specific toggles for cpp, java and python.
      Move all the code to the footer / header and Doxyfile.
      Updating documentation.
      fcddfa4f
  15. 15 Aug, 2016 1 commit
  16. 26 Jun, 2016 1 commit
  17. 25 Sep, 2015 1 commit
  18. 30 Jul, 2015 1 commit
  19. 26 Dec, 2014 1 commit
  20. 23 Sep, 2014 1 commit
  21. 04 Sep, 2014 1 commit
  22. 14 Aug, 2014 1 commit
  23. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  24. 07 Jul, 2014 1 commit
  25. 07 Apr, 2014 1 commit
  26. 03 Apr, 2014 1 commit
  27. 01 Apr, 2014 1 commit
  28. 17 Nov, 2013 1 commit
  29. 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
  30. 05 Sep, 2013 1 commit
  31. 21 Aug, 2013 1 commit
  32. 17 Jun, 2013 1 commit
  33. 08 Apr, 2013 2 commits
  34. 03 Apr, 2013 1 commit
  35. 01 Apr, 2013 2 commits