HomeSort by relevance Sort by last modified time
    Searched refs:neighbor_responses (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlknearest.cpp 151 float* neighbor_responses, const float** neighbors, float* dist ) const
192 nr = neighbor_responses + i*k;
213 const float* neighbor_responses, const float* dist,
224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k);
379 float* neighbor_responses = buf; local
384 neighbor_responses, _neighbors, dist );
386 float r = write_results( k, k1, i, i + blk_count, neighbor_responses, dist,
  /external/opencv/ml/include/
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;
    [all...]

Completed in 48 milliseconds