mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Remove wrong assertion
This commit is contained in:
parent
22e352d9cc
commit
e64bb3654a
@ -2547,7 +2547,6 @@ public:
|
||||
data(_data),
|
||||
centers(_centers)
|
||||
{
|
||||
CV_DbgAssert(centers.cols == data.cols);
|
||||
}
|
||||
|
||||
void operator()( const BlockedRange& range ) const
|
||||
|
Loading…
Reference in New Issue
Block a user