Searched refs:_neighbor_responses (Results 1 – 2 of 2) sorted by relevance
214 CvMat* _results, CvMat* _neighbor_responses, in write_results() argument280 if( _neighbor_responses ) in write_results()282 dst = (float*)(_neighbor_responses->data.ptr + in write_results()283 (start + i)*_neighbor_responses->step); in write_results()306 const float** _neighbors, CvMat* _neighbor_responses, CvMat* _dist ) const in find_nearest() argument341 if( _neighbor_responses ) in find_nearest()343 if( !CV_IS_MAT(_neighbor_responses) || CV_MAT_TYPE(_neighbor_responses->type) != CV_32FC1 || in find_nearest()344 _neighbor_responses->rows != _samples->rows || _neighbor_responses->cols != k ) in find_nearest()387 _results, _neighbor_responses, _dist, sort_buf ); in find_nearest()
302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;