Searched refs:_neighbor_responses (Results 1 – 4 of 4) sorted by relevance
/external/opencv/ml/src/ |
D | mlknearest.cpp | 214 CvMat* _results, CvMat* _neighbor_responses, in write_results() argument 280 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() argument 341 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()
|
/external/opencv3/modules/ml/src/ |
D | knearest.cpp | 292 _neighbor_responses = __neighbor_responses; in findKNearestInvoker() 303 _results, _neighbor_responses, _dists, presult ); in operator ()() 311 Mat* _neighbor_responses; member
|
/external/opencv/ml/include/ |
D | ml.h | 302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 273 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;
|