mirror of https://github.com/opencv/opencv.git
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_ypull/11265/head
parent
ade29fc6c9
commit
6b4fcd5f73
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue