1. 22 Sep, 2018 1 commit
  2. 02 Aug, 2018 1 commit
    • simonreich's avatar
      Merge pull request #1690 from simonreich:epf · 96953843
      simonreich authored
      Adds Edge-Preserving Filter (#1690)
      
      * Module EPF - Edge-Preserving Filter added
      
      * Changed name from template to epf
      
      * Removed clang-format file
      
      * Added header Files. Eliminated showWindow function. Used CommandLineParser.
      
      * Moved filter from epf module to ximgproc
      
      * Removed header files from sample
      
      * Minor bug fix in demo. Pointers in demo removed.
      
      * Pointers removed. InputArray/OutputArray added
      
      * License header added
      
      * License header from sample file removed
      
      * Unit test for performance added
      
      * Replaced manual mean computation with cv::mean
      
      * Beautified code via clang-format and https://raw.githubusercontent.com/opencv/opencv_contrib/master/modules/cvv/.clang-format
      
      * Merged historic if... else if statement into one if statement
      
      * Trailing whitespace removed and .. changed into .
      
      * Tabs replaced with 4 spaces.
      
      * Removed subwindow = src(roi);
      
      * Moved type test to beginning of code
      
      * Removed indentation from namespace and added //! @}
      
      * Added name to header
      
      * git cleanup introduced some errors fixed here
      
      * Changed path testdata/perf/320x260.png to perf/320x260.png
      
      * Fixed warning declaration of 'subwindow1' hides previous local declaration
      
      * Fixed warning 'const' qualifier on reference type 'cv::InputArray' (aka 'const cv::_InputArray &') has no effect
      
      * Accuracy test added/
      
      * Renamed void edgepreservingFilter to void edgePreservingFilter
      96953843
  3. 06 Jul, 2018 1 commit
  4. 28 Apr, 2018 1 commit
  5. 02 Feb, 2018 1 commit
  6. 14 Dec, 2017 1 commit
  7. 02 Nov, 2017 1 commit
  8. 16 Dec, 2016 1 commit
  9. 25 Aug, 2016 1 commit
  10. 22 Dec, 2015 1 commit
  11. 16 Sep, 2015 1 commit
  12. 09 Sep, 2015 1 commit
  13. 08 Sep, 2015 1 commit
  14. 31 Jul, 2015 1 commit
    • sbokov's avatar
      Improving DisparityWLSFilter interface and adding a tutorial · 6a0545e6
      sbokov authored
      Now the filter natively supports StereoBM and StereoSGBM with no
      parameter tuning required. Also, now user won't need to set the ROI and
      the right matcher parameters manually, it is all done in the respective
      convenience factory method based on the left matcher instance. Tutorial
      was added to clarify the provided example of use.
      6a0545e6
  15. 25 Jun, 2015 1 commit
    • sbokov's avatar
      Adding confidence support and optimizing disparity filtering · 7c421ba2
      sbokov authored
      DisparityWLSFilter demonstrated the best results, so I removed all the other
      filters. Quality was significantly improved by adding confidence support
      to the filter (left-right consistency + penalty for areas near depth discontinuities).
      Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
      rewritten for better compliance with OpenCV standards. Added accuracy and
      performance tests. Documentation was added, as well as references to the
      original papers.
      7c421ba2
  16. 03 Jun, 2015 1 commit
  17. 30 Apr, 2015 1 commit
  18. 12 Aug, 2014 2 commits
  19. 11 Aug, 2014 2 commits
  20. 10 Aug, 2014 1 commit
  21. 07 Aug, 2014 1 commit