1. 17 Jul, 2018 1 commit
  2. 09 Apr, 2018 1 commit
    • shimat's avatar
      LSD: support vector<Vec4i> lines (#11042) · e1729356
      shimat authored
      * add LSD supportsVec4iResult
      
      * LineSegmentDetector.drawSegments: support vector<Vec4i>
      
      * test_lsd.cpp: replace detect()
      
      * test_lsd.cpp: add compareSegments tests
      
      * lsd.cpp: LSD.compareSegments support Vec4i
      
      * test_lsd.cpp: fix trailing whitespace
      e1729356
  3. 28 Mar, 2018 1 commit
  4. 16 Mar, 2018 1 commit
  5. 13 Dec, 2017 1 commit
  6. 11 Nov, 2017 1 commit
  7. 04 Nov, 2017 1 commit
  8. 28 Jun, 2017 1 commit
  9. 27 Jun, 2017 1 commit
  10. 22 Sep, 2016 5 commits
  11. 19 Sep, 2016 1 commit
  12. 19 Aug, 2016 1 commit
  13. 20 Jan, 2015 2 commits
  14. 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
  15. 03 Jun, 2014 1 commit
    • abidrahmank's avatar
      Issue #3709 - PyBindings for LSD · 530fc999
      abidrahmank authored
      Corrected crashing in Python bindings while using LSD_REFINE_NONE flags
      Corrected not drawing lines in drawSegments and compareSegments in Python bindings
      530fc999
  16. 20 May, 2014 1 commit
  17. 16 Apr, 2014 1 commit
  18. 08 Oct, 2013 1 commit
  19. 30 Sep, 2013 1 commit
  20. 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
  21. 05 Sep, 2013 1 commit
  22. 04 Sep, 2013 2 commits
  23. 31 Aug, 2013 1 commit
  24. 26 Jul, 2013 1 commit
  25. 21 Jul, 2013 2 commits
  26. 20 Jul, 2013 2 commits
  27. 15 Jul, 2013 1 commit
  28. 14 Jul, 2013 2 commits
  29. 13 Jul, 2013 3 commits