1. 26 Feb, 2015 1 commit
  2. 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
  3. 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