Searched refs:neighbor_responses (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/src/ |
D | mlknearest.cpp | 151 float* neighbor_responses, const float** neighbors, float* dist ) const in find_neighbors_direct() argument 192 nr = neighbor_responses + i*k; in find_neighbors_direct() 213 const float* neighbor_responses, const float* dist, in write_results() argument 224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k); in write_results() 379 float* neighbor_responses = buf; in find_nearest() local 384 neighbor_responses, _neighbors, dist ); in find_nearest() 386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist, in find_nearest()
|
/external/opencv/ml/include/ |
D | ml.h | 290 const float** neighbors=0, CvMat* neighbor_responses=0, CvMat* dist=0 ) const; 301 const float* neighbor_responses, const float* dist, CvMat* _results, 305 float* neighbor_responses, const float** neighbors, float* dist ) const;
|