1. 15 Nov, 2018 1 commit
    • Dmitry Matveev's avatar
      Merge pull request #13030 from dmatveev:tutorial · 85fad150
      Dmitry Matveev authored
      * G-API: First steps with tutorial
      
      * G-API Tutorial: First iteration
      
      * G-API port of anisotropic image segmentation tutorial;
      * Currently works via OpenCV only;
      * Some new kernels have been required.
      
      * G-API Tutorial: added chapters on execution code, inspection, and profiling
      
      * G-API Tutorial: make Fluid kernel headers public
      
      For some reason, these headers were not moved to the public
      headers subtree during the initial development. Somehow it even
      worked for the existing workloads.
      
      * G-API Tutorial: Fix a couple of issues found during the work
      
      * Introduced Phase & Sqrt kernels, OCV & Fluid versions
      * Extended GKernelPackage to allow kernel removal & policies on include()
      
      All the above stuff needs to be tested, tests will be added later
      
      * G-API Tutorial: added chapter on running Fluid backend
      
      * G-API Tutorial: fix a number of issues in the text
      
      * G-API Tutorial - some final updates
      
      - Fixed post-merge issues after Sobel kernel renaming;
      - Simplified G-API code a little bit;
      - Put a conclusion note in text.
      
      * G-API Tutorial - fix build issues in test/perf targets
      
      Public headers were refactored but tests suites were not updated in time
      
      * G-API Tutorial: Added tests & reference docs on new kernels
      
      * Phase
      * Sqrt
      
      * G-API Tutorial: added link to the tutorial from the main module doc
      
      * G-API Tutorial: Added tests on new GKernelPackage functionality
      
      * G-API Tutorial: Extended InRange tests to cover 32F
      
      * G-API Tutorial: Misc fixes
      
      * Avoid building examples when gapi module is not there
      * Added a volatile API disclaimer to G-API root documentation page
      
      * G-API Tutorial: Fix perf tests build issue
      
      This change came from master where Fluid kernels are still used
      incorrectly.
      
      * G-API Tutorial: Fixed channels support in Sqrt/Phase fluid kernels
      
      Extended tests to cover this case
      
      * G-API Tutorial: Fix text problems found on team review
      85fad150
  2. 18 Oct, 2018 1 commit
  3. 14 Sep, 2018 1 commit
  4. 31 Aug, 2018 1 commit
  5. 17 Aug, 2018 1 commit
  6. 27 Jul, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 18 May, 2018 1 commit
  9. 16 May, 2018 1 commit
  10. 26 Mar, 2018 1 commit
  11. 15 Mar, 2018 1 commit
  12. 12 Feb, 2018 1 commit
  13. 18 Dec, 2017 1 commit
  14. 05 Oct, 2017 4 commits
  15. 29 Jul, 2017 1 commit
  16. 28 Feb, 2017 1 commit
  17. 16 Jan, 2017 1 commit
    • logic1988's avatar
      Merge pull request #7978 from logic1988:master · a8e5d1d9
      logic1988 authored
      Fix error usage in HitMiss tutorial, and improved the visualization results (#7978)
      
      * Fix error usage in HitMiss tutorial, and improved the visualization results
      
      Fix error usage in HitMiss tutorial, and improved the visualization results
      
      * Update HitMiss.cpp
      
      * Update HitMiss.cpp
      a8e5d1d9
  18. 05 Jan, 2017 1 commit
  19. 03 Jan, 2017 1 commit
  20. 15 Dec, 2016 1 commit
  21. 15 Aug, 2016 1 commit
  22. 26 Jun, 2016 1 commit
  23. 14 Apr, 2016 1 commit
  24. 24 Feb, 2015 1 commit
  25. 23 Sep, 2014 1 commit
  26. 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
  27. 07 Jul, 2014 1 commit
  28. 06 Jan, 2014 1 commit
  29. 17 Nov, 2013 1 commit
  30. 21 Aug, 2013 1 commit
  31. 17 Jun, 2013 1 commit
  32. 08 Apr, 2013 2 commits
  33. 09 Nov, 2012 1 commit
  34. 17 Oct, 2012 2 commits
  35. 21 Jun, 2011 1 commit