Searched defs:best_labels (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
H A Dkmeans.cpp237 Mat _labels, best_labels = _bestLabels.getMat(); local
240 CV_Assert( (best_labels.cols == 1 || best_labels.rows == 1) &&
241 best_labels.cols*best_labels.rows == N &&
242 best_labels.type() == CV_32S &&
243 best_labels.isContinuous());
244 best_labels.copyTo(_labels);
248 if( !((best_labels.cols == 1 || best_labels
[all...]

Completed in 72 milliseconds