mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Added the predict_all function wrapper for python that was missing from the documentation
Copied the docstring description
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user