mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
|
||||
#include "opencv2/core/private.hpp"
|
||||
|
||||
#include <assert.h>
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -869,7 +869,7 @@ DTreesImpl::WSplit DTreesImpl::findSplitCatClass( int vi, const vector<int>& _si
|
||||
}
|
||||
else
|
||||
{
|
||||
assert( m == 2 );
|
||||
CV_Assert( m == 2 );
|
||||
dbl_ptr = (double**)(c_weights + _mi);
|
||||
for( j = 0; j < mi; j++ )
|
||||
dbl_ptr[j] = cjk + j*2 + 1;
|
||||
|
||||
Reference in New Issue
Block a user