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

/external/opencv/ml/src/
H A Dmlknearest.cpp214 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
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
305 find_nearest( const CvMat* _samples, int k, CvMat* _results, const float** _neighbors, CvMat* _neighbor_responses, CvMat* _dist ) const argument
[all...]

Completed in 141 milliseconds