Home
last modified time | relevance | path

Searched refs:neighbor_responses (Results 1 – 4 of 4) sorted by relevance

/external/opencv/ml/src/
Dmlknearest.cpp151 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/opencv3/modules/ml/src/
Dknearest.cpp144 Mat* results, Mat* neighbor_responses, in findNearestCore() argument
213 if( neighbor_responses ) in findNearestCore()
215 float* nr = neighbor_responses->ptr<float>(testidx + range.start); in findNearestCore()
/external/opencv/ml/include/
Dml.h290 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;
/external/opencv3/apps/traincascade/
Dold_ml.hpp272 const float* neighbor_responses, const float* dist, CvMat* _results,
276 float* neighbor_responses, const float** neighbors, float* dist ) const;