1. 07 Apr, 2018 2 commits
    • 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
    • y0umu's avatar
      Merge pull request #11260 from y0umu:patch-1 · ade29fc6
      y0umu authored
      Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260)
      
      * Update py_table_of_contents_histograms.markdown
      
      "Learn to find and draw Contours" => "Learn the basics of histograms"
      
      * Update js_table_of_contents_histograms.markdown
      
      Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
      
      "Learn to find and draw Contours" => "Learn the basics of histograms"
      ade29fc6
  2. 06 Apr, 2018 1 commit
  3. 05 Apr, 2018 13 commits
  4. 04 Apr, 2018 7 commits
  5. 03 Apr, 2018 9 commits
  6. 02 Apr, 2018 1 commit
  7. 01 Apr, 2018 3 commits
  8. 31 Mar, 2018 2 commits
  9. 30 Mar, 2018 2 commits