HomeSort by relevance Sort by last modified time
    Searched refs:clusterIdx (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/cpp/
kmeans.cpp 64 int clusterIdx = labels.at<int>(i);
66 circle( img, ipt, 2, colorTab[clusterIdx], FILLED, LINE_AA );
  /external/opencv3/modules/core/perf/
perf_math.cpp 63 int clusterIdx = labels.at<int>(i);
64 clusterPointsNumber.at<int>(clusterIdx)++;

Completed in 676 milliseconds