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

  /external/opencv3/samples/cpp/
kmeans.cpp 35 int k, clusterCount = rng.uniform(2, MAX_CLUSTERS+1);
39 clusterCount = MIN(clusterCount, sampleCount);
43 for( k = 0; k < clusterCount; k++ )
48 Mat pointChunk = points.rowRange(k*sampleCount/clusterCount,
49 k == clusterCount - 1 ? sampleCount :
50 (k+1)*sampleCount/clusterCount);
56 kmeans(points, clusterCount, labels,
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16BootSector.java 166 final long clusterCount = dataSectors / getSectorsPerCluster();
168 if (clusterCount > MAX_FAT16_CLUSTERS) throw new IllegalStateException(
169 "too many clusters for FAT12/16: " + clusterCount);
171 return clusterCount > MAX_FAT12_CLUSTERS ?
BootSector.java 111 final long clusterCount = dataSectors / sectorsPerCluster;
114 (clusterCount > Fat16BootSector.MAX_FAT16_CLUSTERS) ?
  /external/opencv3/modules/features2d/src/
bagofwords.cpp 87 clusterCount(_clusterCount), termcrit(_termcrit), attempts(_attempts), flags(_flags)
114 kmeans( _descriptors, clusterCount, labels, termcrit, attempts, flags, vocabulary );
177 int clusterCount = descriptorSize(); // = vocabulary.rows
187 pointIdxsOfClusters->resize(clusterCount);
190 _imgDescriptor.create(1, clusterCount, descriptorType());
  /external/opencv3/modules/flann/include/opencv2/flann/
kmeans_index.h 540 int clusterCount = getMinVarianceClusters(root_, clusters, numClusters, variance);
542 Logger::info("Clusters requested: %d, returning %d\n",numClusters, clusterCount);
544 for (int i=0; i<clusterCount; ++i) {
552 return clusterCount;
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 99 milliseconds