1. 28 Dec, 2018 1 commit
    • Dimitrios Psychogyios's avatar
      Merge pull request #1941 from surgical-vision:quasi-dense-stereo · b1e9dd54
      Dimitrios Psychogyios authored
      Implementation of Quasi Dense Stereo algorithm. (#1941)
      
      * initial commit.
      
      * Remove license header.
      
      * Fix python wrap flags
      
      * Change std::string to cv::String, in function declarations, to resolve compilation issues.
      
      * Add python wrapper extending header
      
      * Fix python wrapper conflicts
      
      * Fix implicit type conversions
      
      * Change C API types and enums to C++.
      
      * Remove redundant included headers and move wanted headers to src/precomp.hpp
      
      * Remove saturate header
      
      * Remove unnecessary python wrapping flags
      
      * Removed defaults parameter header
      
      * Split declaration and implementation of the class using Pimpl.
      
      * Fix to comply with new public API.
      
      * Remove unnecessary modules
      
      * Fix maybe-uninitialized warnings on linux
      
      * Migration to stereo module
      
      * Remove CV_PROP_RW flag.
      
      * Remove CV_EXPORTS flags from class members.
      
      * Fix: Removed misplaced flag
      
      * Remove empty lines.
      
      * Move queue to private headers.
      
      * Fix default arguments of public methods.
      
      * Add authors information and switch to the compact version of license header.
      
      * Reorganize and fix markdown files. Create a table of content and move tutorials in new directories. Modify samples and tutorials to use snippet and include Doxygen commands.
      
      * Change argument name dMatch->denseMatch, to avoid confusion with cv::DMatch build-in type.
      
      * Remove duplicate snippet.
      
      * Fix: change vector resize to reserve.
      
      * Fix: replace extensive license header with the compact version.
      b1e9dd54
  2. 18 Dec, 2018 2 commits
  3. 13 Dec, 2018 2 commits
  4. 12 Dec, 2018 1 commit
  5. 11 Dec, 2018 2 commits
  6. 09 Dec, 2018 1 commit
  7. 08 Dec, 2018 3 commits
  8. 07 Dec, 2018 1 commit
  9. 05 Dec, 2018 3 commits
  10. 04 Dec, 2018 2 commits
  11. 29 Nov, 2018 2 commits
  12. 21 Nov, 2018 3 commits
  13. 19 Nov, 2018 6 commits
  14. 18 Nov, 2018 1 commit
  15. 17 Nov, 2018 2 commits
  16. 16 Nov, 2018 3 commits
  17. 15 Nov, 2018 2 commits
  18. 14 Nov, 2018 1 commit
  19. 12 Nov, 2018 2 commits