1. 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
  2. 30 Jun, 2017 1 commit
  3. 28 Jun, 2017 2 commits
  4. 27 Feb, 2017 1 commit
  5. 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
  6. 10 Jan, 2017 1 commit
  7. 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
  8. 15 Aug, 2016 1 commit
  9. 26 Jun, 2016 1 commit
  10. 25 Sep, 2015 1 commit
  11. 30 Jul, 2015 1 commit
  12. 26 Dec, 2014 1 commit
  13. 23 Sep, 2014 1 commit
  14. 04 Sep, 2014 1 commit
  15. 14 Aug, 2014 1 commit
  16. 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
  17. 07 Jul, 2014 1 commit
  18. 07 Apr, 2014 1 commit
  19. 03 Apr, 2014 1 commit
  20. 01 Apr, 2014 1 commit
  21. 17 Nov, 2013 1 commit
  22. 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
  23. 05 Sep, 2013 1 commit
  24. 21 Aug, 2013 1 commit
  25. 17 Jun, 2013 1 commit
  26. 08 Apr, 2013 2 commits
  27. 03 Apr, 2013 1 commit
  28. 01 Apr, 2013 2 commits
  29. 20 Mar, 2013 1 commit
  30. 21 Dec, 2012 1 commit
  31. 09 Nov, 2012 1 commit
  32. 17 Oct, 2012 2 commits
  33. 10 Oct, 2012 1 commit
  34. 20 Mar, 2012 1 commit
  35. 09 Aug, 2011 1 commit
  36. 08 Aug, 2011 1 commit