1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #5431 from MiguelAlgaba:em_one_cluster

This commit is contained in:
Alexander Alekhin
2015-10-19 15:27:35 +00:00
+1 -1
View File
@@ -61,7 +61,7 @@ public:
void setClustersNumber(int val)
{
nclusters = val;
CV_Assert(nclusters > 1);
CV_Assert(nclusters >= 1);
}
int getClustersNumber() const