1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

add scale_x_y parameter to region

This commit is contained in:
YashasSamaga
2020-05-10 16:53:28 +05:30
parent d981d04c76
commit 3c35b563d7
4 changed files with 21 additions and 15 deletions
+2
View File
@@ -405,6 +405,8 @@ public:
config.height_norm = height_norm;
config.width_norm = width_norm;
config.scale_x_y = scale_x_y;
config.object_prob_cutoff = (classfix == -1) ? 0.5 : 0.0;
config.class_prob_cutoff = thresh;