1. 23 Jun, 2014 1 commit
  2. 18 Jun, 2014 2 commits
  3. 17 Jun, 2014 1 commit
    • Hans Johnson's avatar
      COMP: Fix problem with narrowing in c++11 · 4c7ed03b
      Hans Johnson authored
      modules/core/src/arithm.cpp:345:51:
      error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
      static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff };
                                                        ^~~~~~~~~~
      
      Converted to unsigned int.  This variable is only used to initialize a bit pattern anywhy for a 128bit type.
      4c7ed03b
  4. 11 Jun, 2014 3 commits
  5. 10 Jun, 2014 1 commit
  6. 09 Jun, 2014 1 commit
  7. 08 Jun, 2014 1 commit
  8. 07 Jun, 2014 2 commits
  9. 06 Jun, 2014 2 commits
  10. 05 Jun, 2014 1 commit
  11. 04 Jun, 2014 3 commits
  12. 03 Jun, 2014 1 commit
  13. 02 Jun, 2014 3 commits
  14. 01 Jun, 2014 1 commit
    • Benjamin Flesch's avatar
      perspectiveTransform simplify assert() for better debuggin · 62533d0d
      Benjamin Flesch authored
      When using perspectiveTransform in rather complicated settings, it would be easier for developers to have two separate assertions for each part of the boolean expression in order to pinpoint problems more efficiently. In my case I am struggling in Python2.7 with finding out whether scn+1 == m.cols or the depth == CV_32F || depth == CV_64F is making a problem, which is kind of hard.
      62533d0d
  15. 30 May, 2014 1 commit
  16. 29 May, 2014 1 commit
  17. 28 May, 2014 5 commits
  18. 26 May, 2014 10 commits