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

/external/opencv/ml/src/
H A Dmlknearest.cpp214 CvMat* _results, CvMat* _neighbor_responses,
220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1;
227 if( _results || start+i == 0 )
276 if( _results )
277 _results->data.fl[(start + i)*rstep] = r;
305 float CvKNearest::find_nearest( const CvMat* _samples, int k, CvMat* _results, argument
327 if( _results && (!CV_IS_MAT(_results) ||
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
[all...]

Completed in 81 milliseconds