1. 05 11月, 2014 1 次提交
  2. 22 10月, 2014 1 次提交
    • M
      Add Triangle thresholding algorithm · 5b1fd739
      Miroslav Benes 提交于
      Add Triangle method for automatic threshold computation next to the existing
      Otsu's method. Triangle deals better with images whose histogram does not
      contain dominant peak.
      
      See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister
      chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
      5b1fd739
  3. 21 10月, 2014 1 次提交
  4. 20 10月, 2014 3 次提交
  5. 19 10月, 2014 7 次提交
  6. 18 10月, 2014 2 次提交
    • A
      viz: fixed memory leak · cb95d1df
      Anatoly Baksheev 提交于
      cb95d1df
    • A
      fix warning in template Scalar::mul gcc < 4.8 · 11ebaf67
      Alexander Duda 提交于
      In this particular case t shadows transpose of the base class Matx:
      types.hpp:1805:14: warning: declaration of ‘t’ shadows a member of
      'this' [-Wshadow]
      
      Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration
      shadows a function declaration.
      
      This warning is problematic because it prevents the module
      opencv_contrib/modules/ruby to pass the build process
      11ebaf67
  7. 17 10月, 2014 25 次提交