1. 04 Mar, 2015 2 commits
  2. 03 Mar, 2015 1 commit
  3. 26 Feb, 2015 1 commit
  4. 20 Feb, 2015 2 commits
  5. 18 Feb, 2015 1 commit
  6. 17 Feb, 2015 1 commit
  7. 13 Feb, 2015 1 commit
  8. 10 Feb, 2015 1 commit
  9. 22 Jan, 2015 2 commits
  10. 21 Jan, 2015 1 commit
  11. 20 Jan, 2015 5 commits
  12. 15 Jan, 2015 2 commits
  13. 13 Jan, 2015 2 commits
  14. 08 Jan, 2015 1 commit
  15. 06 Jan, 2015 1 commit
  16. 28 Dec, 2014 3 commits
  17. 16 Dec, 2014 1 commit
  18. 10 Dec, 2014 1 commit
  19. 08 Dec, 2014 1 commit
  20. 05 Dec, 2014 1 commit
  21. 01 Dec, 2014 1 commit
  22. 26 Nov, 2014 1 commit
  23. 24 Nov, 2014 1 commit
  24. 17 Nov, 2014 1 commit
    • Yan Wang's avatar
      Fix debug build broken issue. · e38d6c20
      Yan Wang authored
      Fix the following error:
      /usr/bin/ld: ../../lib/libopencv_ts.a(ts_gtest.cpp.o): relocation
      R_X86_64_32 against `.rodata' can not be used when making a shared object;
      recompile with -fPIC
      ../../lib/libopencv_ts.a: could not read symbols: Bad value
      collect2: error: ld returned 1 exit status
      make[2]: *** [lib/cv2.so] Error 1
      make[1]: *** [modules/python2/CMakeFiles/opencv_python2.dir/all] Error 2
      make: *** [all] Error 2
      e38d6c20
  25. 15 Nov, 2014 3 commits
  26. 13 Nov, 2014 1 commit
  27. 10 Nov, 2014 1 commit
    • Dinar Ahmatnurov's avatar
      latentsvm caskade · df2f650b
      Dinar Ahmatnurov authored
      reworked PR 3
      
      comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
      
      renaming + docs;
      df2f650b