1. 27 Feb, 2015 1 commit
  2. 26 Feb, 2015 1 commit
  3. 05 Nov, 2014 1 commit
  4. 22 Oct, 2014 1 commit
    • Miroslav Benes's avatar
      Add Triangle thresholding algorithm · 5b1fd739
      Miroslav Benes authored
      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
  5. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  6. 26 Sep, 2014 1 commit
  7. 14 Aug, 2014 1 commit
  8. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  9. 05 Aug, 2014 1 commit
  10. 16 May, 2014 1 commit
  11. 13 May, 2014 1 commit
  12. 08 May, 2014 1 commit
  13. 29 Apr, 2014 1 commit
  14. 25 Apr, 2014 2 commits
  15. 17 Apr, 2014 1 commit
  16. 09 Apr, 2014 2 commits
  17. 12 Mar, 2014 1 commit
  18. 11 Mar, 2014 1 commit
  19. 27 Jan, 2014 1 commit
  20. 04 Dec, 2013 1 commit
  21. 11 Feb, 2013 1 commit
  22. 17 Oct, 2012 2 commits
  23. 11 Oct, 2012 1 commit
  24. 10 Oct, 2012 1 commit
  25. 09 Oct, 2012 1 commit
  26. 15 Jun, 2012 1 commit
  27. 14 Jun, 2012 1 commit
  28. 08 Jun, 2012 1 commit
  29. 16 Mar, 2012 1 commit
  30. 21 Feb, 2012 1 commit
  31. 14 Feb, 2012 1 commit
  32. 06 Jan, 2012 1 commit
  33. 22 Nov, 2011 1 commit
  34. 13 Jun, 2011 1 commit
  35. 06 Jun, 2011 1 commit
  36. 04 Jun, 2011 1 commit
  37. 30 May, 2011 1 commit