KMEANS_USE_INITIAL_LABELS  304 modules/core/src/kmeans.cpp             if( iter == 0 && (a > 0 || !(flags & KMEANS_USE_INITIAL_LABELS)) )
KMEANS_USE_INITIAL_LABELS  316 modules/core/src/kmeans.cpp                 if( iter == 0 && a == 0 && (flags & KMEANS_USE_INITIAL_LABELS) )
KMEANS_USE_INITIAL_LABELS  274 modules/ml/test/test_emknearestkmeans.cpp     kmeans( data, 3, bestLabels, TermCriteria( TermCriteria::COUNT, iters, 0.0), 0, KMEANS_USE_INITIAL_LABELS, noArray() );