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

This commit is contained in:
Andrey Kamaev
2012-10-23 18:03:52 +04:00

View File

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