Searched refs:sort_buf (Results 1 - 3 of 3) sorted by relevance

/external/opencv/ml/src/
H A Dmlknearest.cpp215 CvMat* _dist, Cv32suf* sort_buf ) const
242 sort_buf[j].i = nr[j].i;
248 if( sort_buf[j1].i > sort_buf[j1+1].i )
251 CV_SWAP( sort_buf[j1].i, sort_buf[j1+1].i, t );
260 if( j == k1 || sort_buf[j].i != sort_buf[j-1].i )
266 best_val.i = sort_buf[j-1].i;
381 Cv32suf* sort_buf local
[all...]
/external/opencv/cv/src/
H A Dcvhough.cpp89 int *sort_buf=0; local
118 CV_CALL( sort_buf = (int*)cvAlloc( sizeof(accum[0]) * numangle * numrho ));
150 sort_buf[total++] = base;
154 icvHoughSortDescent32s( sort_buf, total, accum );
162 int idx = sort_buf[i];
172 cvFree( &sort_buf );
860 int* sort_buf = 0; local
978 CV_CALL( sort_buf = (int*)cvAlloc( MAX(center_count,nz_count)*sizeof(sort_buf[0]) ));
979 cvCvtSeqToArray( centers, sort_buf );
[all...]
/external/opencv/ml/include/
H A Dml.h302 CvMat* _neighbor_responses, CvMat* _dist, Cv32suf* sort_buf ) const;

Completed in 298 milliseconds