1. 07 Apr, 2015 1 commit
    • greensea's avatar
      Fix a segment fault issue in cascade classfier · 52c727f0
      greensea authored
      work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
      52c727f0
  2. 30 Mar, 2015 6 commits
  3. 27 Mar, 2015 5 commits
  4. 26 Mar, 2015 10 commits
  5. 25 Mar, 2015 10 commits
  6. 24 Mar, 2015 8 commits