输入参数两边的括号是什么意思?
考虑这个例子:
cv.boxPoints(box[,points]) 示例文档链接
cv.boxPoints(box[,points])
最让我困惑的是第二个输入参数点括号内的逗号。为什么表示为[,points]. 任何有关这方面的信息将不胜感激。谢谢!
[,points]
python code-documentation
code-documentation ×1
python ×1