Lines Matching full:_dist
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 )
387 _results, _neighbor_responses, _dist, sort_buf );