1. 10 Mar, 2016 1 commit
  2. 03 Mar, 2016 1 commit
  3. 25 Feb, 2016 1 commit
  4. 18 Feb, 2016 2 commits
  5. 11 Feb, 2016 2 commits
  6. 08 Feb, 2016 2 commits
  7. 05 Feb, 2016 1 commit
  8. 03 Feb, 2016 1 commit
  9. 11 Jan, 2016 1 commit
  10. 01 Jan, 2016 1 commit
  11. 25 Dec, 2015 1 commit
  12. 18 Dec, 2015 2 commits
  13. 17 Dec, 2015 1 commit
  14. 15 Dec, 2015 1 commit
  15. 14 Dec, 2015 1 commit
  16. 09 Dec, 2015 1 commit
    • Alexander Alekhin's avatar
      checkRange fixes · b26580cc
      Alexander Alekhin authored
      1) fix multichannel support
      2) remove useless bad_value, read value from original Mat directly
      3) add more tests
      4) fix docs for cvCeil and checkRange
      b26580cc
  17. 08 Dec, 2015 1 commit
  18. 03 Dec, 2015 4 commits
  19. 27 Nov, 2015 1 commit
  20. 17 Nov, 2015 1 commit
  21. 13 Nov, 2015 1 commit
  22. 12 Nov, 2015 1 commit
  23. 01 Nov, 2015 1 commit
    • Chris Kitching's avatar
      Make Mat assertion failures more helpful · 0f8a2667
      Chris Kitching authored
      Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression>
      failed" error, but only the bit you care about, making your life rather a lot easier.
      0f8a2667
  24. 19 Oct, 2015 1 commit
  25. 15 Oct, 2015 1 commit
  26. 13 Oct, 2015 1 commit
  27. 12 Oct, 2015 2 commits
    • Dan's avatar
      Improved consistency. · 1e1f20cf
      Dan authored
      1e1f20cf
    • Pavel Vlasov's avatar
      Fixes for IPP integration: · 89eee6ca
      Pavel Vlasov authored
      dotProd_16s - disabled for IPP 9.0.0;
      filter2D - fixed kernel preparation;
      morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
      GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
      integral - disabled for IPP 9.0.0;
      
      IppAutoBuffer class was added;
      89eee6ca
  28. 09 Oct, 2015 1 commit
  29. 04 Oct, 2015 1 commit
  30. 01 Oct, 2015 2 commits
  31. 29 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      Enables support of IPP 9.0.0; · 62854dcc
      Pavel Vlasov authored
      HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs
      This will ease code management between IPP and ICV
      62854dcc