Remove wrong assertion

This commit is contained in:
Andrey Kamaev 2012-10-23 15:28:44 +04:00
parent 22e352d9cc
commit e64bb3654a

View File

@ -2547,7 +2547,6 @@ public:
data(_data), data(_data),
centers(_centers) centers(_centers)
{ {
CV_DbgAssert(centers.cols == data.cols);
} }
void operator()( const BlockedRange& range ) const void operator()( const BlockedRange& range ) const