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

  /external/opencv3/apps/traincascade/
boost.cpp 722 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
725 int sidx = sampleIndices[si];
745 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
766 idx = sampleIndices[idx];
775 idx = sampleIndices[idx];
790 sampleValues[i] = valCache.at<float>( vi, sampleIndices[i] );
798 sampleValues[i] = (*featureEvaluator)( vi, sampleIndices[i]);
814 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf);
819 catValuesBuf[i] = (int) valCache.at<float>( vi, sampleIndices[i]);
826 catValuesBuf[i] = (int)(*featureEvaluator)( vi, sampleIndices[i] )
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]

Completed in 207 milliseconds