Searched defs:neighborResponses (Results 1 – 3 of 3) sorted by relevance
138 public float findNearest(Mat samples, int k, Mat results, Mat neighborResponses, Mat dist) in findNearest()
2904 Mat& neighborResponses = *((Mat*)neighborResponses_nativeObj); in Java_org_opencv_ml_KNearest_findNearest_10() local
483 OutputArray neighborResponses=noArray(), in findNearest()