Commit 15b7b012 authored by Andrey Kamaev's avatar Andrey Kamaev

Merge pull request #86 from taka-no-me/test/python_kmeans

parents 08e4298a e64bb365
......@@ -2547,7 +2547,6 @@ public:
data(_data),
centers(_centers)
{
CV_DbgAssert(centers.cols == data.cols);
}
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