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

/external/opencv/ml/src/
H A Dmlknearest.cpp151 float* neighbor_responses, const float** neighbors, float* dist ) const
192 nr = neighbor_responses + i*k;
213 const float* neighbor_responses, const float* dist,
224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k);
379 float* neighbor_responses = buf; local
384 neighbor_responses, _neighbors, dist );
386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist,
150 find_neighbors_direct( const CvMat* _samples, int k, int start, int end, float* neighbor_responses, const float** neighbors, float* dist ) const argument
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

Completed in 31 milliseconds