Lines Matching refs:_neighbor_responses
214 CvMat* _results, CvMat* _neighbor_responses,
280 if( _neighbor_responses )
282 dst = (float*)(_neighbor_responses->data.ptr +
283 (start + i)*_neighbor_responses->step);
306 const float** _neighbors, CvMat* _neighbor_responses, CvMat* _dist ) const
341 if( _neighbor_responses )
343 if( !CV_IS_MAT(_neighbor_responses) || CV_MAT_TYPE(_neighbor_responses->type) != CV_32FC1 ||
344 _neighbor_responses->rows != _samples->rows || _neighbor_responses->cols != k )
387 _results, _neighbor_responses, _dist, sort_buf );