1. 11 Apr, 2018 1 commit
  2. 10 Apr, 2018 8 commits
  3. 09 Apr, 2018 27 commits
  4. 08 Apr, 2018 3 commits
  5. 07 Apr, 2018 1 commit
    • Vishwa Prakash H V's avatar
      Avoiding Divide By Zero Error · 6b4fcd5f
      Vishwa Prakash H V authored
      In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when  full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y
      6b4fcd5f