What does the brackets around input arguments mean?
Consider this example:
cv.boxPoints(box[,points])
example doc link
What confuses me the most is the comma inside the bracket of the second input argument points. Why is it represented as [,points]
. Any information on this would be greatly appreciated.
Thanks!