diff --git a/modules/core/src/matrix.cpp b/modules/core/src/matrix.cpp index 6ef4d8dee9..5ea21cf8a1 100644 --- a/modules/core/src/matrix.cpp +++ b/modules/core/src/matrix.cpp @@ -2547,7 +2547,6 @@ public: data(_data), centers(_centers) { - CV_DbgAssert(centers.cols == data.cols); } void operator()( const BlockedRange& range ) const