Commit e64bb365 authored by Andrey Kamaev's avatar Andrey Kamaev

Remove wrong assertion

parent 22e352d9
...@@ -2547,7 +2547,6 @@ public: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment