I was going through opencv docs for cv2.resize when I came across this:
cv2.resize(src, dsize[, dst[, fx[, fy[, interpolation]]]]) → dst
What do the square brackets imply? I have come across them in many places in docs. Does the hierarchy of the square brackets matter? (innermost and outermost) An example would really help. Here is the link to the docs: https://docs.opencv.org/3.0-beta/modules/imgproc/doc/filtering.html