1. 07 Jul, 2018 1 commit
  2. 28 Mar, 2018 1 commit
  3. 06 Feb, 2018 1 commit
  4. 25 Jan, 2018 1 commit
  5. 19 Jan, 2018 1 commit
  6. 06 Jan, 2018 1 commit
  7. 20 Oct, 2017 1 commit
  8. 10 Oct, 2017 1 commit
  9. 02 Oct, 2017 1 commit
  10. 23 Jan, 2017 1 commit
    • Yorwba's avatar
      Merge pull request #933 from Yorwba:harris-laplace-detector · 2a0cad77
      Yorwba authored
      * Added files from http://code.opencv.org/issues/1053
      
      The code structure had to be changed because of the
      features2d/xfeatures2d split and to avoid changing
      multiple modules (gaussian_pyramid doesn't seem ready
      for inclusion in the (x)imgproc module).
      Except for changes related to this, the patches
      remain unchanged, including the outdated
      copyright notice at the top of the files.
      
      * Hide Harris-Laplace implementation behind pimpl-creating wrapper.
      
      * Add test for Harris-Laplace feature detector.
      
      * Handle empty images in Harris-Laplace detector.
      
      * Replace HarrisAffineFeatureDetector with more flexible AffineFeature2D
      
      * collapse unnecessary HarrisLaplace class into HarrisLaplaceFeatureDetector
      
      * fold DoG pyramid code into harris_laplace_detector.cpp
      
      * tuck auxiliary functions for Harris-Laplace into anonymous namespace
      
      * use mask to filter keypoints in Harris-Laplace detector
      
      * remove unused value of differentiation scale from calcAffineAdaptation
      
      * make descriptor copy in AffineFeature2D independent of the data type
      
      * Document interface for Harris-Laplace and AffineFeature2D
      
      * Make type conversions explicit and decorate float literals with f in HarrisLaplace and AffineFeature2D
      
      * Replace usage of non-standard log2 in Harris-Laplace feature detector
      
      * Fix virtual overload errors in AffineFeature2D
      
      * Add basic tests for AffineFeature2D and fix what they uncover
      
      * Make type conversions in Harris-Laplace feature detector explicit
      
      * Change license header for Harris-Laplace detector and AffineFeature2D
      
      * Use Matx for small matrices in AffineFeature2D
      
      * Remove redundant attributes of Elliptic_KeyPoint
      
      * Convert Matx22f to Matx22d for inverting in AffineFeature2D
      2a0cad77
  11. 07 Dec, 2016 1 commit
  12. 10 Nov, 2016 1 commit
  13. 27 Oct, 2016 1 commit
  14. 14 Oct, 2016 1 commit
  15. 17 Dec, 2015 1 commit
    • m4nh's avatar
      MSD Detector Added · 4b132262
      m4nh authored
      - Saliency stl array instead of pointer array added
      - Perf test in Extra Repository
      - Epsilon change to 10E-3
      4b132262
  16. 20 Nov, 2015 1 commit
    • baudenri's avatar
      Enabled FAST feature detection on specific image locations · 1c580151
      baudenri authored
      Some applications only want to know if there are feature at specific
      locations. To fit these needs the FAST approach is extended in
      FASTForPointSet to recieve a vector of locations and calculates the FAST
      response on these positions. 
      If it is below the threshold, it will be removed from the list.
      1c580151
  17. 20 Oct, 2015 1 commit
  18. 08 Jul, 2015 1 commit
  19. 01 Jun, 2015 1 commit
  20. 29 May, 2015 3 commits
  21. 28 May, 2015 1 commit
  22. 24 May, 2015 1 commit
  23. 20 May, 2015 2 commits
  24. 18 May, 2015 3 commits
  25. 17 May, 2015 1 commit
  26. 16 May, 2015 1 commit
  27. 14 May, 2015 1 commit
  28. 13 May, 2015 2 commits
  29. 11 May, 2015 2 commits
  30. 28 Apr, 2015 1 commit
  31. 09 Apr, 2015 1 commit
  32. 04 Apr, 2015 1 commit
  33. 03 Apr, 2015 1 commit