Added the predict_all function wrapper for python that was missing from the documentation
authorNiels Gerlif Myrtue <nielsgm@gmail.com>
Tue, 19 Feb 2013 02:11:30 +0000 (13:11 +1100)
committerNiels Gerlif Myrtue <nielsgm@gmail.com>
Tue, 19 Feb 2013 02:11:30 +0000 (13:11 +1100)
Copied the docstring description

modules/ml/doc/support_vector_machines.rst

index bf88ec6..b0d23ae 100644 (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.