mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Added the predict_all function wrapper for python that was missing from the documentation
Copied the docstring description
This commit is contained in:
parent
39baa2237e
commit
7697d79d93
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user