1. 28 Aug, 2018 1 commit
    • gdemarcq's avatar
      Merge pull request #1736 from gdemarcq:staticSaliencyFineGrained_corrections · 1f6d6f06
      gdemarcq authored
      * Correction for computeBinaryMap crash:
      - the function staticSaliencyFineGrained::computeSaliency() outputs a
      normalized floating point image
      - Add an assert in StaticSaliency::computeBinaryMap in order to check
      image depth (must be CV_32F)
      
      * - Change assert in cv::Saliency::StaticSaliency::computeBinaryMap()
      - Change normalization factor in cv::Saliency::StaticSaliencyFineGrained::computeSaliencyImpl()
      1f6d6f06
  2. 26 Jun, 2018 1 commit
    • d.bouron's avatar
      Fix corruption exception in StaticSaliencySpectralResidual · 0e03fea4
      d.bouron authored
      In some case, Discrete Fourier Transform in computeSaliencyImpl() returns
      magnitude matrix which contains zero values.
      Then, log() returns -inf values and normalization with blur() returns -nan.
      When computeBinaryMap() is called double free or corruption exception occurs
      because kmeans() fails to compute distance.
      Signed-off-by: 's avatard.bouron <d.bouron@criteo.com>
      0e03fea4
  3. 28 Mar, 2018 1 commit
  4. 19 Mar, 2018 1 commit
  5. 30 Jan, 2018 1 commit
  6. 14 Dec, 2017 1 commit
  7. 05 Dec, 2017 1 commit
  8. 27 Nov, 2017 1 commit
  9. 25 Nov, 2017 1 commit
  10. 23 Oct, 2017 1 commit
  11. 03 Oct, 2017 1 commit
  12. 02 Oct, 2017 4 commits
    • Vladislav Sovrasov's avatar
      saliency: cleanup module and samples · cf68a011
      Vladislav Sovrasov authored
      cf68a011
    • jaco's avatar
      ceil explicit cast added · 3f4e7dfc
      jaco authored
      3f4e7dfc
    • jaco's avatar
      windows warning wip · 83f80a34
      jaco authored
      83f80a34
    • jaco's avatar
      noise control implementation started · b691b744
      jaco authored
      noise control implementation ended
      
      noise control errors fixed (part I)
      
      noise control errors fixed (ended)
      
      Perf Test for staticSaliencySpectralResidual and objectnessBING added
      
      improvements and bugs fixed
      
      saliency perf test added
      
      matrices optimization
      
      Where possible, CV_8U matrices have been used in place of CV_32F
      
      new sorting algorithm implemented (first part)
      
      new sorting algorithm implemented (second part)
      
      new sorting algorithm implemented (finished)
      b691b744
  13. 25 Aug, 2017 1 commit
  14. 15 Mar, 2017 1 commit
    • Maksim Shabunin's avatar
      Reduced modules dependencies: · f8807f18
      Maksim Shabunin authored
      - made some of dependencies explicit
      - removed dependencies to highgui and some other modules where possible
      - modified some samples to build without modules
      f8807f18
  15. 06 Mar, 2017 1 commit
  16. 25 Jan, 2017 1 commit
  17. 15 Dec, 2016 1 commit
  18. 17 Oct, 2016 2 commits
  19. 07 Oct, 2016 2 commits
  20. 04 Oct, 2016 2 commits
  21. 27 Mar, 2016 1 commit
  22. 07 Jan, 2016 1 commit
  23. 17 Nov, 2015 1 commit
  24. 20 Aug, 2015 2 commits
    • Patrick Snape's avatar
      floor and ceil have no int overload on MSVC · 8682d7d0
      Patrick Snape authored
      Adding float casts allows them to compile on MSVC and should not
      affect other compilers.
      8682d7d0
    • Patrick Snape's avatar
      Use std::numeric_limits<float>::quiet_NaN() · 2b766bf0
      Patrick Snape authored
      NAN is a compiler specific constant that does not exist on
      visual studio. I also noticed that some NAN instances had been
      cast to float, whereas quiet_NaN is both 1) defined by the
      standard and 2) templated for the correct type. This is a much
      more portable method of getting a NaN value.
      2b766bf0
  25. 22 Jul, 2015 1 commit
  26. 18 May, 2015 1 commit
  27. 18 Mar, 2015 1 commit
  28. 26 Feb, 2015 1 commit
  29. 17 Feb, 2015 2 commits
  30. 08 Dec, 2014 1 commit
  31. 01 Dec, 2014 1 commit
  32. 10 Oct, 2014 1 commit