1. 07 Sep, 2018 1 commit
  2. 06 Sep, 2018 6 commits
  3. 05 Sep, 2018 4 commits
  4. 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
  5. 24 Aug, 2018 1 commit
  6. 23 Aug, 2018 6 commits
  7. 22 Aug, 2018 1 commit
  8. 21 Aug, 2018 1 commit
  9. 15 Aug, 2018 3 commits
    • Alexander Alekhin's avatar
      89a7e841
    • Alexander Alekhin's avatar
      opencv-core: avoid using of multi-argument CV_Assert() · 8277ca6a
      Alexander Alekhin authored
      replace to CV_Assert_N()
      8277ca6a
    • Jan Beich's avatar
      stereo: unbreak with clang 7 · 4e10bc5d
      Jan Beich authored
       modules/stereo/src/descriptor.cpp:229:34: error: ordered comparison between pointer and zero ('const int *' and 'int')
      	     CV_Assert(image.size > 0);
      		       ~~~~~~~~~~ ^ ~
       modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from macro 'CV_Assert'
       #define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_, CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0)
      										    ^~~~~~~~~~~
       modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from macro 'CV_Assert_1'
       #define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
      				   ^~~~
       modules/stereo/src/descriptor.cpp:230:33: error: ordered comparison between pointer and zero ('const int *' and 'int')
      	     CV_Assert(cost.size > 0);
      		       ~~~~~~~~~ ^ ~
       modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from macro 'CV_Assert'
       #define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_, CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0)
      										    ^~~~~~~~~~~
       modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from macro 'CV_Assert_1'
       #define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
      				   ^~~~
      4e10bc5d
  10. 13 Aug, 2018 1 commit
  11. 12 Aug, 2018 1 commit
  12. 09 Aug, 2018 5 commits
  13. 03 Aug, 2018 1 commit
  14. 24 Jul, 2018 2 commits
  15. 23 Jul, 2018 2 commits
  16. 18 Jul, 2018 4 commits