mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -899,7 +899,7 @@ public:
|
||||
int count = inputs.rows;
|
||||
|
||||
int iter = -1, max_iter = termCrit.maxCount*count;
|
||||
double epsilon = termCrit.epsilon*count;
|
||||
double epsilon = (termCrit.type & CV_TERMCRIT_EPS) ? termCrit.epsilon*count : 0;
|
||||
|
||||
int l_count = layer_count();
|
||||
int ivcount = layer_sizes[0];
|
||||
|
||||
Reference in New Issue
Block a user