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

  /external/opencv3/samples/cpp/
train_HOG.cpp 17 void sample_neg( const vector< Mat > & full_neg_lst, vector< Mat > & neg_lst, const Size & size );
107 void sample_neg( const vector< Mat > & full_neg_lst, vector< Mat > & neg_lst, const Size & size ) function
423 sample_neg( full_neg_lst, neg_lst, Size( 96,160 ) );
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 426 SparseWeightVector<string> sample_neg; local
428 CreateSparseWeightVector(env, key_array_negative, values_n, values_n_len, &sample_neg);
429 classifier->UpdateClassifier(sample_pos, sample_neg);

Completed in 55 milliseconds