Added the predict_all function wrapper for python that was missing from the documentation

Copied the docstring description
This commit is contained in:
Niels Gerlif Myrtue 2013-02-19 13:11:30 +11:00
parent 39baa2237e
commit 7697d79d93

View File

@ -232,6 +232,8 @@ Predicts the response for input sample(s).
.. ocv:pyfunction:: cv2.SVM.predict(sample[, returnDFVal]) -> retval
.. ocv:pyfunction:: cv2.SVM.predict_all(samples[, results]) -> results
:param sample: Input sample for prediction.
:param samples: Input samples for prediction.