opencv/samples
Vishwa Prakash H V 6b4fcd5f73
Avoiding Divide By Zero Error
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
2018-04-08 02:57:26 +05:30
..
android cmake: Java/Android SDK refactoring 2018-01-13 02:12:39 +00:00
cpp Avoiding Divide By Zero Error 2018-04-08 02:57:26 +05:30
data Semantic segmentation sample. 2018-03-08 11:02:26 +03:00
directx samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
dnn update samples/dnn/face_detector/.gitignore 2018-04-04 19:12:50 +03:00
gpu cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
hal Update HAL samples 2016-06-03 11:52:30 +03:00
java Tutorial Hough Lines 2017-10-05 14:17:38 +03:00
opencl cmake: refactored scripts with samples building: 2018-02-12 18:42:36 +03:00
opengl fix build issues with QT/OpenGL 2018-03-30 12:49:09 +03:00
openvx cmake: refactored scripts with samples building: 2018-02-12 18:42:36 +03:00
python fix faster_rcnn sample crashed at PoolingInvoker on Windows7(x64). (#10724) 2018-02-12 16:07:56 +03:00
tapi Minor refactoring in several C++ samples: 2018-03-06 14:23:20 +03:00
va_intel Fix build with VA 2018-02-28 19:26:54 +00:00
winrt samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
winrt_universal samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
wp8 samples: avoid using of legacy C-like API (part 2) 2018-03-29 14:17:23 +03:00
CMakeLists.txt samples: avoid using of legacy C-like API 2018-03-26 13:42:35 +03:00