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

  /packages/apps/Gallery2/jni/filters/
kmeans.h 138 * Calculates new centroids by averaging value clusters for old centroids.
206 * Runs the k-means algorithm on dataset values with some initial centroids.
223 void applyCentroids(int k, T centroids[], T values[], int len, int dimension, int stride) {
227 int best = findClosest<T, N>(values + x, centroids, dimension, stride, pop_size);
228 set<T, T>(values + x, centroids + best, dimension);
  /external/opencv3/modules/imgproc/src/
connectedcomponents.cpp 383 OutputArray centroids, int connectivity, int ltype)
388 connectedcomponents::CCStatsOp sop(statsv, centroids);
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java     [all...]
imgproc.cpp 4481 Mat& centroids = *((Mat*)centroids_nativeObj); local
4505 Mat& centroids = *((Mat*)centroids_nativeObj); local
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 223 milliseconds