From e64bb3654afd57eed978d735f113077fd79ca8ee Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Tue, 23 Oct 2012 15:28:44 +0400 Subject: [PATCH] Remove wrong assertion --- modules/core/src/matrix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/matrix.cpp b/modules/core/src/matrix.cpp index 6ef4d8dee..5ea21cf8a 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