Searched defs:_dist (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A D_cvkdtree.hpp304 bbf_nn(const __valuetype & _p, accum_type _dist) argument
305 : p(&_p), dist(_dist) {
316 bbf_node(int _node, accum_type _dist) argument
317 : node(_node), dist(_dist) {
/external/opencv/ml/src/
H A Dmlknearest.cpp215 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
212 write_results( int k, int k1, int start, int end, const float* neighbor_responses, const float* dist, CvMat* _results, CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const argument
[all...]

Completed in 288 milliseconds