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

  /external/opencv/ml/src/
mlknearest.cpp 215 CvMat* _dist, Cv32suf* sort_buf ) const
290 if( _dist )
292 dst = (float*)(_dist->data.ptr + (start + i)*_dist->step);
306 const float** _neighbors, CvMat* _neighbor_responses, CvMat* _dist ) const
349 if( _dist )
351 if( !CV_IS_MAT(_dist) || CV_MAT_TYPE(_dist->type) != CV_32FC1 ||
352 _dist->rows != _samples->rows || _dist->cols != k
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 304 bbf_nn(const __valuetype & _p, accum_type _dist)
305 : p(&_p), dist(_dist) {
316 bbf_node(int _node, accum_type _dist)
317 : node(_node), dist(_dist) {
  /external/libvorbis/vq/
metrics.c 83 static float _dist(int el,float *a, float *b){ function
104 float this=_dist(c->c->dim,_now(c,j),_now(c,k));
vqgen.c 60 float _dist(vqgen *v,float *a, float *b){ function
109 float this=_dist(v,_now(v,j),_now(v,k));
260 v->metric_func=_dist;
  /external/opencv/ml/include/
ml.h 302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;
    [all...]

Completed in 1700 milliseconds