1. 30 Jan, 2019 1 commit
  2. 08 Dec, 2018 1 commit
    • indianocean10000's avatar
      fix typo · 1c65e636
      indianocean10000 authored
      I think that that there was a typo in the variable names. fill2, texture2, and size2 were never used. 
      Also, minor fix to reduce initialization costs of vector
      1c65e636
  3. 04 Dec, 2018 1 commit
  4. 16 Nov, 2018 1 commit
  5. 10 Nov, 2018 2 commits
  6. 09 Nov, 2018 3 commits
  7. 14 Oct, 2018 1 commit
  8. 11 Oct, 2018 1 commit
    • berak's avatar
      Merge pull request #1819 from berak:fast_bilateral · 78ad10ad
      berak authored
      The Fast Bilateral Filter (#1819)
      
      PR is created by: berak <px1704@web.de>
      based on work https://github.com/opencv/opencv_contrib/pull/1317
      
      * fbs_filter v1.0 has been contributed
      
      * use boost unordered_map
      
      * add brief description for fbs_filter
      
      * fix format
      
      * fix channels bug
      
      * modify doc for fbs_filter
      
      * check c++ 11
      
      * asDiagonal -> diagonal
      
      * rosolve warning
      
      * fix eigen3 dependency
      
      * Eigen/Core
      
      * test HEAV_EIGEN
      
      * setZero bug
      
      * unordered_map test
      
      * fix macro bug
      
      * fix boost not found
      
      * fix eigen macro bug
      
      * fix eigen macro bug
      
      * fix eigen macro bug
      
      * fix eigen macro bug
      
      *  add test file
      
      *  fix test macro
      
      *  fix test macro
      
      *   add test
      
      *   add test
      
      * add sample colorize
      
      * fix macro
      
      *  fix colorize.cpp
      
      *  fix colorize.cpp
      
      *  fix colorize.cpp
      
      *  fix colorize.cpp
      
      * add fbs filter demo
      
      * add fbs filter demo
      
      * add fbs filter demo
      
      * use fgsfilter for guess
      
      * add parameter num_iter and max_tol
      
      * add a option for colorize sample
      
      * add  bibtex
      
      * add  bibtex
      
      * fix a colorize demo bug
      
      * size optimize
      
      * taking over the fast bilateral solver
      
      * taking over the fast bilateral solver
      
      * try to fix test_fbs_filter
      
      * missed a bib bracket
      78ad10ad
  9. 07 Oct, 2018 1 commit
  10. 28 Sep, 2018 1 commit
  11. 22 Sep, 2018 1 commit
  12. 22 Aug, 2018 1 commit
  13. 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
  14. 06 Jul, 2018 1 commit
  15. 02 Jul, 2018 1 commit
  16. 25 Jun, 2018 1 commit
    • yarglawaldeg's avatar
      update structured_edge_detection (#1579) · 4ea11a08
      yarglawaldeg authored
      * update structured_edge_detection 
      
      update structured_edge_detection to read models from updated p. dollar toolbox
      
      * Update structured_edge_detection.cpp
      
      * Update structured_edge_detection.cpp
      
      casting size_t to int
      4ea11a08
  17. 31 May, 2018 1 commit
  18. 17 May, 2018 2 commits
  19. 28 Apr, 2018 1 commit
  20. 25 Apr, 2018 1 commit
  21. 24 Apr, 2018 2 commits
  22. 16 Apr, 2018 1 commit
  23. 30 Mar, 2018 1 commit
  24. 28 Mar, 2018 1 commit
  25. 10 Mar, 2018 1 commit
  26. 07 Feb, 2018 1 commit
  27. 02 Feb, 2018 1 commit
  28. 30 Jan, 2018 1 commit
  29. 14 Dec, 2017 1 commit
  30. 11 Dec, 2017 1 commit
  31. 09 Dec, 2017 1 commit
  32. 29 Nov, 2017 1 commit
  33. 22 Nov, 2017 3 commits
    • LaurentBerger's avatar
      Remove unused code · 9c77fa73
      LaurentBerger authored
      9c77fa73
    • fiammante's avatar
      Merge pull request #1449 from fiammante:bright_edges · ab51fb06
      fiammante authored
      Bright edges source code and demo (#1449)
      
      * Bright edges source code and demo
      
      * Fix mac errors
      
      * Upload again because of null characters
      
      * Convert to UTF-8
      
      * Change cv::WindowFlags::WINDOW_AUTOSIZE
      
      * Remove parameter
      
      * Remove trailing white spaces (documentation builld error
      
      * Remaining white spaces
      
      * Correct warning
      
      * Correct surround
      
      * Add comment
      
      * Moving prototype out of header
      
      * Add ximgproc namespace, fix example.
      
      * Fix namespace for example
      
      * Remove windows desctruction
      
      * Correct Mat declaration
      
      * Removed unused gray
      
      * Change local functions to static
      
      * Remove tabs and replace by 4 spaces
      
      * Add comments
      
      * Fix comments
      
      * Retry for random test stereo failure
      ab51fb06
    • Alexander Alekhin's avatar